Click or drag to resize

PDFViewCtrlSelectWithSnapping Method

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

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

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
snap_to_start
Type: SystemBoolean
if selected text should contain the whole word at start of selection
snap_to_end
Type: SystemBoolean
if selected text should contain the whole word at end of selection

Return Value

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