PDFViewCtrlGetSelectionBeginPage Method |
Gets the first page number that has text selection on it. Useful when there are selections on multiple pages at the same time.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetSelectionBeginPage()
Public Function GetSelectionBeginPage As Integer
public:
virtual int GetSelectionBeginPage() sealed
function GetSelectionBeginPage();
Return Value
Type:
Int32the first page number that has text selection on it
See Also