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
)
Public Function SelectWithSmartSnapping (
x1 As Double,
y1 As Double,
x2 As Double,
y2 As Double
) As Boolean
public:
virtual bool SelectWithSmartSnapping(
[InAttribute] double x1,
[InAttribute] double y1,
[InAttribute] double x2,
[InAttribute] double y2
) sealed
function SelectWithSmartSnapping(x1, y1, x2, 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:
Booleantrue if some text was selected, false otherwise.
Remarks The internal state of text selection having snapping information
is cleared when calling ClearSelection
See Also