Click or drag to resize

PDFViewCtrlGetSelection Method (Int32)

Gets the selection on the given page number

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PDFViewCtrlSelection GetSelection(
	int page
)

Parameters

page
Type: SystemInt32
page number

Return Value

Type: PDFViewCtrlSelection
the first page number that has text selection on it. Useful when there are selections on multiple pages at the same time.
See Also