TextSelector Constructor

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Constructs a new TextSelector.

Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public TextSelector(
	Document document
)
Visual Basic
Public Sub New ( _
	document As Document _
)
Visual C++
public:
TextSelector(
	Document^ document
)

Parameters

document
Type: PDFTron.SilverDox.Documents..::..Document
The Document that will be used for text selection.

See Also