Skip to main content

TdxPDFCustomViewer.Highlights Property

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

Declaration

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