Enum PdfTextDirection
- Namespace
- Syncfusion.Pdf.Graphics
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents the text rendering direction.
public enum PdfTextDirection
Fields
LeftToRight = 1
Specifies the left to right direction.
None = 0
Specifies the default text order.
RightToLeft = 2
Specifies the right to left direction.