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
)
Public Function Select (
highlights As Highlights
) As Boolean
public:
virtual bool Select(
[InAttribute] Highlights^ highlights
) sealed
function Select(highlights);
Parameters
- highlights
- Type: pdftron.PDFHighlights
an instance of Highlights class.
Return Value
Type:
Booleantrue if some text was selected, false otherwise.
See Also