PdfTextDirection Enumeration

Specifies the direction in which the text flows in the PDF

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.0
C#
public enum PdfTextDirection

Members

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

See Also