Enum PdfTextDirection
Represents the text rendering direction.
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfTextDirection
Fields
| Name | Description |
|---|---|
| LeftToRight | Specifies the left to right direction. |
| None | Specifies the default text order. |
| RightToLeft | Specifies the right to left direction. |