TdxPDFViewerHighlights Class
Stores colored content highlights within the loaded PDF document.
Declaration
TdxPDFViewerHighlights = class(
TObject
)
Remarks
This class implements the document content highlighting functionality in the PDF Viewer. The TdxPDFViewerHighlights class provides the following methods that allow you to:
Highlight one or more text ranges with a specific color within the document (Add);
Control the visibility of all highlights within the document (Visible);
Clear all or only specific highlights within the document (Clear and Remove).
The PDF Viewer control’s Highlights property references a TdxPDFViewerHighlights object.
Inheritance
TObject
TdxPDFViewerHighlights
See Also