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
Public Enumeration TextSelectionMode
public enum class TextSelectionMode
pdftron.PDF.TextSelectionMode = function();
pdftron.PDF.TextSelectionMode.createEnum('pdftron.PDF.TextSelectionMode', false);
Members
| Member name | Value | Description |
---|
| e_structural | 0 | Selects text based on the logical structure of the page. This type of selection is similar to HTML like selection in web-browsers. |
| e_rectangular | 1 | Selects all words that intersect the given selection rectangle. |
| e_structural_algorithm_2 | 2 | Similar to e_structural but use different algorithm when the start point is not inside a block. |
See Also