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.Remove(TdxPDFPageTextRange) Method

Removes all highlight effects from the specified document text range.

#Declaration

Delphi
procedure Remove(const ARange: TdxPDFPageTextRange);

#Parameters

Name Type
ARange TdxPDFPageTextRange

#Remarks

Call this procedure to exclude a text range passed as the ARange parameter from all highlights currently applied to the loaded document.

To remove all highlight effects from the document, call the Clear procedure.

See Also