Table of Contents

Enum PdfRotation

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies the rotation of a PdfPage.

public enum PdfRotation

Fields

None = 0

Page is not rotated.

Rotate180 = 2

Page is rotated 180 degrees clockwise.

Rotate270 = 3

Page is rotated 270 degrees clockwise.

Rotate90 = 1

Page is rotated 90 degrees clockwise.