FreeTextAnnotation.TextJustification Property
Gets or sets how the text is aligned in the free text annotation.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| TextJustification | The text justification type. |
Available values:
| Name | Description |
|---|---|
| LeftJustified | Aligns text to the left. |
| Centered | Aligns text to the center. |
| RightJustified | Aligns text to the right. |
See Also