PDFStringHorizontalAlign¶
Namespace: O2S.Components.PDF4NET.Graphics
Supported horizontal align modes for text.
Inheritance Object → ValueType → Enum → PDFStringHorizontalAlign
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Left | 0 | Text is left aligned. |
| Center | 1 | Text is center aligned. |
| Right | 2 | Text is right aligned. |
| Justified | 3 | Text is justified when drawn in a box. |