PDFViewCtrlGetSelectionEndPage Method |
Gets the last 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 GetSelectionEndPage()
Public Function GetSelectionEndPage As Integer
public:
virtual int GetSelectionEndPage() sealed
function GetSelectionEndPage();
Return Value
Type:
Int32the last page number that has text selection on it
See Also