This enumeration contains the possible values of the horizontal alignment of the text in PDF documents.
Namespace: Winnovative.HtmlToPdfClient
Assembly: WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Align default. | |
| Left | 1 | Align left. | |
| Center | 2 | Align center. | |
| Right | 3 | Align right. | |
| Justify | 4 | Align justify. |
See Also