Click or drag to resize

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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public enum PdfReadingOrder
Members
  Member nameDescription
LeftToRight Left to right reading order
RightToLeft Right to left reading order
See Also