TdxPDFViewerHighlights.Remove(TdxPDFPageTextRange) Method
In This Article
Removes all highlight effects from the specified document text range.
#Declaration
Delphi
procedure Remove(const ARange: TdxPDFPageTextRange);
#Parameters
Name | Type |
---|---|
ARange | Tdx |
#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