Back to Devexpress

TdxPDFViewerHighlights Class

vcl-dxpdfviewer-c5161541.md

latest1.4 KB
Original Source

TdxPDFViewerHighlights Class

Stores colored content highlights within the loaded PDF document.

Declaration

delphi
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

TdxPDFViewerHighlights Members

dxPDFViewer Unit