PDFGraphicAlign¶
Namespace: O2S.Components.PDF4NET.Graphics
Specifies the available align modes for content relative to a parent container.
Inheritance Object → ValueType → Enum → PDFGraphicAlign
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Near | 0 | Content is aligned to the left on horizontal or at top on the vertical. |
| Center | 1 | Content is centered on horizontal or aligned at middle on the vertical. |
| Far | 2 | Content is aligned to the right on horizontal or at bottom on the vertical. |