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
)
Public Function SelectWithSnapping (
x1 As Double,
y1 As Double,
x2 As Double,
y2 As Double,
snap_to_start As Boolean,
snap_to_end As Boolean
) As Boolean
public:
virtual bool SelectWithSnapping(
[InAttribute] double x1,
[InAttribute] double y1,
[InAttribute] double x2,
[InAttribute] double y2,
[InAttribute] bool snap_to_start,
[InAttribute] bool snap_to_end
) sealed
function SelectWithSnapping(x1, y1, x2, y2, snap_to_start, 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:
Booleantrue if some text was selected, false otherwise.
See Also