PdfTextDirection Enumeration
Specifies the direction in which the text flows in the PDF
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
public enum PdfTextDirection
LeftToRight | 0 |
Text flows from left to right
|
RightToLeft | 1 |
Text flows from right to left
|