Click or drag to resize

PDFViewCtrlSelect Method (Double, Double, Int32, Double, Double, Int32)

Selects text using structural mode given two points on two pages.

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

Parameters

x1
Type: SystemDouble
x coordinate of the first point
y1
Type: SystemDouble
y coordinate of the first point
page1
Type: SystemInt32
page number of the first page
x2
Type: SystemDouble
x coordinate of the second point
y2
Type: SystemDouble
y coordinate of the second point
page2
Type: SystemInt32
page number of the second page

Return Value

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