Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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