Back to Devexpress

TdxPDFDocumentTextSearchOptions Record

vcl-dxpdfdocument-74dbd1ef.md

latest1.7 KB
Original Source

TdxPDFDocumentTextSearchOptions Record

Stores the settings applied to text search operations in the PDF Viewer control.

Declaration

delphi
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

TdxPDFDocumentTextSearchOptions Members

dxPDFDocument Unit