TextSelector Members

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The TextSelector type exposes the following members.

Constructors

  NameDescription
Public methodTextSelector
Constructs a new TextSelector.

Methods

  NameDescription
Public methodSelectByRectAsync
Performs rectangular text selection. The selected text is what is found within the input selection points (specified by the two Point arguments), with whole words always selected.
Public methodSelectByStructAsync
Performs structural text selection. Which text is selected is determined using both the input selection points (specified by the two Point arguments) and the layout of the text.

See Also