PDFViewCtrlSelect Method (PDFViewCtrlSelection) |
Selects a region according to a PDFViewSelection object.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Select(
PDFViewCtrlSelection selection
)
Public Function Select (
selection As PDFViewCtrlSelection
) As Boolean
public:
virtual bool Select(
[InAttribute] PDFViewCtrlSelection^ selection
) sealed
function Select(selection);
Parameters
- selection
- Type: pdftron.PDFPDFViewCtrlSelection
An instance of the PDFViewSelection class
Return Value
Type:
BooleanTrue if some text was selected, false otherwise.
See Also