Click or drag to resize

PdfPageRotation Enumeration

An enum representing possible rotations of a PDF page for display. Several of the values overlap for convenience. For example, Clockwise180 and CounterClockwise180 are identical.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfPageRotation
Members
  Member nameDescription
None The page will not be rotated.
Clockwise90 The page will be rotated 90 degrees clockwise
Clockwise180 The page will be rotated 180 degrees clockwise
Clockwise270 The page will be rotated 270 degrees clockwise
CounterClockwise90 The page will be rotated 90 degrees counter clockwise (equivalent to Clockwise270)
CounterClockwise180 The page will be rotated 180 degrees counter clockwise (equivalent to Clockwise180)
CounterClockwise270 The page will be rotated 270 degrees counter clockwise (equivalent to Clockwise90)
See Also