PdfBidiTextMode Enumeration |
Defines the bidirectional text mode for a PDF document.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public enum PdfBidiTextMode
Public Enumeration PdfBidiTextMode
Members
| Member name | Value | Description |
---|
| None | 0 |
Bidirectional text algorithms are not used and all text is displayed left to right.
|
| LeftToRight | 1 |
Document supports bidirectional text and algorithms display neutral text left to right (LTR).
|
| RightToLeft | 2 |
Document supports bidirectional text and algorithms display neutral text right to left (RTF).
|
See Also