TdxPDFDocument.FindText(string) Method
Searches the specified text string in the document with the default search settings.
Declaration
function FindText(const AText: string): TdxPDFDocumentTextSearchResult; overload; virtual;
Parameters
Name | Type | Description |
---|---|---|
AText | string | The searched text string. |
Returns
Type | Description |
---|---|
TdxPDFDocumentTextSearchResult | A text search operation result. |
Remarks
Call the FindText
function to find the nearest occurrence of the specified text string according to the default search settings and the current search operation status. Refer to the following topic for additional information on the text search functionality: How to Search and Highlight Text in PDF Documents.
See Also