Orientations of various objects.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public enum Orientation
Visual Basic
Public Enumeration Orientation

Members

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

See Also