Orientations of various objects.
Namespace: TallComponents.PDFAssembly: 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 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. |