Skip to main content

TdxPDFDocumentTextSearchOptions.Default Method

Returns the default PDF document text search settings.

Declaration

class function Default: TdxPDFDocumentTextSearchOptions; static;

Returns

Type
TdxPDFDocumentTextSearchOptions

Remarks

Call this class function to obtain the default search settings for use in the PDF document’s FindText functions and the PDF Viewer‘s TextSearch.Find functions. The Default function returns the TdxPDFDocumentTextSearchOptions record whose CaseSensitive, Direction, and WholeWords fields are set to False, tsdForward, and False, respectively.

See Also