PDFStringVerticalAlign¶
Namespace: O2S.Components.PDF4NET.Graphics
Supported vertical align modes for text.
Inheritance Object → ValueType → Enum → PDFStringVerticalAlign
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Top | 0 | Text is top aligned. |
| Middle | 1 | Text is middle aligned. |
| Bottom | 2 | Text is bottom aligned at baseline. |