TdxPDFCustomViewer.TextSearch Property
In This Article
Provides access to the PDF Viewer’s text search methods.
#Declaration
Delphi
property TextSearch: TdxPDFViewerTextSearch read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to search a text string within the loaded document using either the default or custom search settings. For more information, refer to the TextSearch.Find method and TdxPDFViewerTextSearch class descriptions.
See Also