Enum HorizontalTextAlign
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
This enumeration contains the possible values of the horizontal alignment of the text in PDF documents.
public enum HorizontalTextAlign
Fields
Center = 2
Align center.
Default = 0
Align default.
Justify = 4
Align justify.
Left = 1
Align left.
Right = 3
Align right.