HorizontalTextAlign Enumeration
This enumeration contains the possible values of the horizontal alignment of the text in PDF documents.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public enum HorizontalTextAlign
Public Enumeration HorizontalTextAlign
Default | 0 |
Align default.
|
Left | 1 |
Align left.
|
Center | 2 |
Align center.
|
Right | 3 |
Align right.
|
Justify | 4 |
Align justify.
|