PDFViewCtrlHasSelectionOnPage Method |
checks if given page number has any 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 bool HasSelectionOnPage(
int page
)
Public Function HasSelectionOnPage (
page As Integer
) As Boolean
public:
virtual bool HasSelectionOnPage(
[InAttribute] int page
) sealed
function HasSelectionOnPage(page);
Parameters
- page
- Type: SystemInt32
given page number
Return Value
Type:
Booleantrue if given page number has any text selection on it, false otherwise
See Also