PDFViewCtrlGetSelection Method |
Gets Current text selection for a given page. If there is only selection on one page, then page number does not need to be provided.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFViewCtrlSelection GetSelection()
Public Function GetSelection As PDFViewCtrlSelection
public:
virtual PDFViewCtrlSelection^ GetSelection() sealed
Return Value
Type:
PDFViewCtrlSelectionCurrent text selection for a given page. If there is only selection on one page, then page number does not need to be provided.
See Also