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