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.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public Length? Right { get; set; }

Property Value

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