Skip to main content

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:

See Also