Click or drag to resize

PDFViewCtrlSelect Method (Highlights)

Selects texts identified by Highlights.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool Select(
	Highlights highlights
)

Parameters

highlights
Type: pdftron.PDFHighlights
an instance of Highlights class.

Return Value

Type: Boolean
true if some text was selected, false otherwise.
See Also