TdxPDFViewerHighlights.Remove(TdxPDFPageTextRange) Method
Removes all highlight effects from the specified document text range.
Declaration
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