Orientations used by the Section to rotate the page in the viewer.
Namespace: TallComponents.PDF.LayoutAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Rotate0 | 0 | No rotation. | |
| Rotate90 | 1 | 90 degrees rotation, counter-clockwise. | |
| Rotate180 | 2 | 180 degrees rotation. | |
| Rotate270 | 3 | 270 degrees rotation, counter-clockwise. |