PdfTextDirection Enumeration
Specifies the direction in which the text flows in the PDF
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public enum PdfTextDirection
| LeftToRight | 0 |
Text flows from left to right
|
| RightToLeft | 1 |
Text flows from right to left
|