PdfTextHAlign Enumeration
The horizontal alignments that can be used to align the text in PDF
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public enum PdfTextHAlign
| Default | 0 |
Default
|
| Left | 1 |
Left
|
| Center | 2 |
Center
|
| Right | 3 |
Right
|
| Justify | 4 |
Justify
|