TdxPDFViewerOptionsFindPanel.HighlightSearchResults Property
In This Article
Specifies if all the text search results are highlighted in the displayed PDF document.
#Declaration
Delphi
property HighlightSearchResults: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Use this property to switch between the two text search modes available in the PDF Viewer control:
Value | Description |
---|---|
True | A text search routine processes the entire document at once, builds a list of found matches, and highlights the corresponding text ranges with a Look |
False | A search routine finds only the nearest matching text result within the document. Subsequent identical search method calls or navigation between the text matches within the document via the Find panel raise the On |
Note
The Highlight
See Also