Property Rotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Rotation
Gets the PdfRotation value specifying the rotation of the control counterclockwise relative to the page.
public PdfRotation Rotation { get; }
Property Value
- PdfRotation
The PdfRotation value specifying the rotation of the control.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.
- See Also