ReadingDirection Enum
Lists values that indicate the text reading direction in a PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
NuGet Package: DevExpress.Docs.Pdf
Declaration
Members
| Name | Description |
|---|---|
LeftToRight
|
The text reading direction is left to right. |
RightToLeft
|
The text reading direction is right to left. |
Related API Members
The following properties accept/return ReadingDirection values:
See Also