Orientations used by the Section to rotate the page in the viewer.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public enum PageOrientation
Visual Basic
Public Enumeration PageOrientation

Members

Member nameValueDescription
Rotate00 No rotation.
Rotate901 90 degrees rotation, counter-clockwise.
Rotate1802 180 degrees rotation.
Rotate2703 270 degrees rotation, counter-clockwise.

See Also