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.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
Syntax
C#
public Length? Right { get; set; }

Property Value

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