PdfTextOrder Enum
Represents a text order.
Fields
Content | 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 | The reading order is defined by a traversal of the page's content in lines running horizontally across the page (or vertically, if the page's content uses vertical writing mode fonts). The traversal within a horizontal line is determined by the DirectionRightToLeft. If the DirectionRightToLeft is false, the traversal within a horizontal line is from left to right and the traversal of the Right-to-Left characters is reversed. If the DirectionRightToLeft is true, the traversal within a horizontal line is from right to left and the traversal of the Left-to-Right characters is reversed. |