PDFStandardLayoutInlineAlign¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the available values for PDFStandardLayoutAttribute.InlineAlign property.
Inheritance Object → ValueType → Enum → PDFStandardLayoutInlineAlign
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Start | 0 | Aligned with the start edge. |
| Center | 1 | Centred between the start and end edges. |
| End | 2 | Aligned with the end edge. |