PDFViewCtrlGetSelection Method (Int32) |
Gets the selection on the given page number
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFViewCtrlSelection GetSelection(
int page
)
Public Function GetSelection (
page As Integer
) As PDFViewCtrlSelection
public:
virtual PDFViewCtrlSelection^ GetSelection(
[InAttribute] int page
) sealed
function GetSelection(page);
Parameters
- page
- Type: SystemInt32
page number
Return Value
Type:
PDFViewCtrlSelectionthe first page number that has text selection on it. Useful when there are selections on multiple pages at the same time.
See Also