PdfHorizontalAlignment Enumeration |
Font / text horizontal alignment
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public enum PdfHorizontalAlignment
Public Enumeration PdfHorizontalAlignment
Members
| Member name | Value | Description |
---|
| AlignLeft | 0 |
Align left
|
| AlignCenter | 1 |
Align center
|
| AlignRight | 2 |
Align right
|
See Also