PdfReadingOrder Enumeration |
Defines the dominant reading order for a document. This will affect how pages are displayed in
a multi-page view as well as the tab order for annotations on a page.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum PdfReadingOrder
Public Enumeration PdfReadingOrder
Members
| Member name | Description |
---|
| LeftToRight |
Left to right reading order
|
| RightToLeft |
Right to left reading order
|
See Also