Skip to main content

TdxPDFCustomViewer.TextSearch Property

Provides access to the PDF Viewer’s text search methods.

Declaration

property TextSearch: TdxPDFViewerTextSearch read;

Property Value

Type
TdxPDFViewerTextSearch

Remarks

Use this property to search a text string within the loaded document using either the default or custom search settings. For more information, refer to the TextSearch.Find method and TdxPDFViewerTextSearch class descriptions.

See Also