Click or drag to resize

TextSelectionMode Enumeration

TextSelectionMode lists different text selection modes that can be used to highlight text.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum TextSelectionMode
Members
  Member nameValueDescription
e_structural0Selects text based on the logical structure of the page. This type of selection is similar to HTML like selection in web-browsers.
e_rectangular1Selects all words that intersect the given selection rectangle.
e_structural_algorithm_22Similar to e_structural but use different algorithm when the start point is not inside a block.
See Also