TdxPDFViewerTextSearch Class
Implements the text search functionality in the PDF Viewer.
Declaration
TdxPDFViewerTextSearch = class(
TdxPDFViewerCustomObject
)
Remarks
This class extends its ancestor with three overloaded Find methods that allow you to programmatically search a text string within the loaded document.
The PDF Viewer’s TextSearch property references a TdxPDFViewerTextSearch object.
Inheritance
TObject
TdxPDFViewerCustomObject
TdxPDFViewerTextSearch
See Also