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

TdxPDFCustomViewer.Highlights Property

Provides access to the content highlights in the loaded PDF document.

#Declaration

Delphi
property Highlights: TdxPDFViewerHighlights read;

#Property Value

Type
TdxPDFViewerHighlights

#Remarks

Use this property to manage highlights within the document. For instance, you can highlight a text range with a specific color or exclude the range from all highlights it intersects by calling the Highlights.Add or Highlights.Remove procedure, respectively. For more information on working with content highlights, refer to the TdxPDFViewerHighlights class description.

Note

All highlights are automatically cleared if one of the following conditions is met:

See Also