Click or drag to resize

PdfFieldAppearanceOrientation Property

(Optional) The number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page.

The value shall be a multiple of 90.

Default value: 0.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public int Orientation { get; set; }

Property Value

Int32
The number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page.
Exceptions
ExceptionCondition
ArgumentExceptionThe value must be a multiple of 90.
See Also