TdxPDFDocumentTextSearchOptions Record
Stores the settings applied to text search operations in the PDF Viewer control.
Declaration
TdxPDFDocumentTextSearchOptions = record
Remarks
This record uses the following fields to store:
The search operation case sensitivity flag (CaseSensitive);
The whole words search mode flag (WholeWords);
The search direction within the loaded document (Direction).
Additionally, the TdxPDFDocumentTextSearchOptions type provides the Default class function, allowing you to obtain the record containing the default search settings employed by all text search methods.
The TdxPDFDocumentTextSearchOptions type is referenced by:
The Default class function;
The AOptions parameter of the PDF Document‘s FindText methods;
The AOptions parameters of the PDF Viewer’s TextSearch.Find methods
See Also