Click or drag to resize

PDFViewCtrlSelectWithSmartSnapping Method

[Missing <summary> documentation for "M:pdftron.PDF.PDFViewCtrl.SelectWithSmartSnapping(System.Double,System.Double,System.Double,System.Double)"]

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

Parameters

x1
Type: SystemDouble
x coordinate of the first point
y1
Type: SystemDouble
y coordinate of the first point
x2
Type: SystemDouble
x coordinate of the second point
y2
Type: SystemDouble
y coordinate of the second point

Return Value

Type: Boolean
true if some text was selected, false otherwise.
Remarks
The internal state of text selection having snapping information is cleared when calling ClearSelection
See Also