GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfTextOrder Enum

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a text order.

    • C#
    • VB.NET
    public enum PdfTextOrder
    Public Enum PdfTextOrder

    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.

    See Also
    PDF Specification ISO 32000-1:2008, section '12.2 Viewer Preferences'
    PDF Specification ISO 32000-1:2008, section '14.8.2.3 Page Content Order'
    PDF Specification ISO 32000-1:2008, section '14.8.2.3.3 Reverse-Order Show Strings'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.