TdxPDFDocumentTextSearchResult Record
Stores a text search operation result.
Declaration
TdxPDFDocumentTextSearchResult = record
Remarks
This record uses the following fields to store:
A PDF text range within a document corresponding to the found text fragment (Range);
The current state of the text search operation (Status).
The following public API members reference the TdxPDFDocumentTextSearchResult type:
The PDF Viewer control’s TextSearch.Find function;
The PDF document‘s FindText function.
See Also