WritingMode Enum
Lists values that indicate the text writing mode 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 writing mode is left to right. |
RightToLeft
|
The text writing mode is right to left. |
TopToBottom
|
The text writing mode is top to bottom. |
Related API Members
The following properties accept/return WritingMode values:
See Also