Represents a text order.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
SyntaxPublic Enumeration PdfTextOrder
Members| Member name | Value | Description |
|---|
| Content | 0 | The 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). |
| Reading | 1 |
The reading order is defined by a traversal of the page's content in lines running horizontally across the page.
|
See Also