TdxPDFViewerHighlights.Clear Method
Removes all highlights from the loaded PDF Document.
Declaration
procedure Clear;
Remarks
To clear highlights only from a specific text range, call the Remove procedure instead. Note that all highlights are cleared automatically if one of the following conditions is met:
The document is unloaded;
The Find panel closes if the PDF Viewer control’s OptionsFindPanel.ClearSearchStringOnClose property is set to False.
See Also