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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic int Orientation { get; set; }
Public Property Orientation As Integer
Get
Set
Property Value
Int32
The number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page.
ExceptionsException | Condition |
---|
ArgumentException | The value must be a multiple of 90. |
See Also