Click or drag to resize

PdfTextOrder Enumeration

Represents a text order.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public enum PdfTextOrder
Members
Member nameValueDescription
Content0The page content order is determined by the sequencing of graphics objects within a page's content stream and of characters within a text object.To maintain elements in proper reading sequence, page content order should normally (for Western writing systems) proceed from top to bottom (and, in a multiple-column layout, from column to column).
Reading1 The reading order is defined by a traversal of the page's content in lines running horizontally across the page.
See Also