Property Rotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Rotation
Gets or sets the PdfRotation value specifying the rotation of the page.
public PdfRotation Rotation { get; set; }
Property Value
- PdfRotation
The PdfRotation value specifying the rotation of the page.
Remarks
Default value: None.
Read the Rotate pages section for an example of using this property.