PdfTextAlignment Enumeration |
Specifies whether the text is left-aligned, right-aligned, centered, or justified.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public enum PdfTextAlignment
Public Enumeration PdfTextAlignment
Members Member name | Value | Description |
---|
Left | 0 |
Default. Text is aligned to the left.
|
Center | 1 |
Text is centered between the left and right edges.
|
Right | 2 |
Text is aligned to the right.
|
Justify | 3 |
Text is aligned with both the left and right edges, with internal spacing within each line expanded, if necessary, to achieve such alignment.
The last (or only) line is aligned to the left edge only.
|
See Also