Click or drag to resize
Pdftools logo

AppearanceRight Property

Distance to right of page

This property specifies the distance between appearance's right edge and the right of the page.

If , the distance to the right is unspecified.

Default:


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public Length? Right { get; set; }

Property Value

NullableLength
Exceptions
ExceptionCondition
ArgumentException[set] If the given value is negative
See Also