Click or drag to resize

PDFViewCtrlSelect Method (Double, Double, Double, Double)

Selects text within the given region using the current text selection mode.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool Select(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1
Type: SystemDouble
x coordinate of the a point
y1
Type: SystemDouble
y coordinate of the a point
x2
Type: SystemDouble
x coordinate of the opposite corner
y2
Type: SystemDouble
y coordinate of the opposite corner

Return Value

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