Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFDocumentTextSearchOptions.Default Method

Returns the default PDF document text search settings.

#Declaration

Delphi
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