PdfRotation Enumeration

Specifies the rotation of a PdfPage.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfRotation
VB
Public Enumeration PdfRotation

Members

  Member nameValueDescription
None0 Page is not rotated.
Rotate901 Page is rotated 90 degrees clockwise.
Rotate1802 Page is rotated 180 degrees clockwise.
Rotate2703 Page is rotated 270 degrees clockwise.

See Also