PDFImageOrientation¶
Namespace: O2S.Components.PDF4NET.Graphics
Supported image orientations.
Inheritance Object → ValueType → Enum → PDFImageOrientation
Implements
Remarks
This enum corresponds to EXIF Orientation tag (0x112 = 274).
Fields¶
| Name | Value | Description |
|---|---|---|
| TopLeft | 1 | top left side |
| TopRight | 2 | top right side |
| BottomRight | 3 | bottom right side |
| BottomLeft | 4 | bottom left side |
| LeftTop | 5 | left side top |
| RightTop | 6 | right side top |
| RightBottom | 7 | right side bottom |
| LeftBottom | 8 | left side bottom |