Click or drag to resize

PDFViewCtrlSelect Method (PDFViewCtrlSelection)

Selects a region according to a PDFViewSelection object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool Select(
	PDFViewCtrlSelection selection
)

Parameters

selection
Type: pdftron.PDFPDFViewCtrlSelection
An instance of the PDFViewSelection class

Return Value

Type: Boolean
True if some text was selected, false otherwise.
See Also