Click or drag to resize

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
)

Parameters

page
Type: SystemInt32
given page number

Return Value

Type: Boolean
true if given page number has any text selection on it, false otherwise
See Also