Enum PdfRotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the rotation of a PdfPage.
public enum PdfRotation
Fields
None = 0Page is not rotated.
Rotate180 = 2Page is rotated 180 degrees clockwise.
Rotate270 = 3Page is rotated 270 degrees clockwise.
Rotate90 = 1Page is rotated 90 degrees clockwise.
Remarks
Read the Rotate pages section to know how to rotate pages.