PdfTextDirection Enumeration

Specifies the direction in which the text flows in the PDF

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public enum PdfTextDirection

Members

LeftToRight0 Text flows from left to right
RightToLeft1 Text flows from right to left

See Also