Show / Hide Table of Contents

Enum PDFViewCtrl.TextSelectionMode

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

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum TextSelectionMode

Fields

Name Description
e_rectangular

Selects all words that intersect the given selection rectangle.

e_structural

Selects text based on the logical structure of the page. This type of selection is similar to HTML like selection in web-browsers.

Back to top Generated by DocFX