Skip to main content

TdxPDFViewerOptionsFindPanel.CaseSensitive Property

Specifies whether text search operations are case-sensitive.

Declaration

property CaseSensitive: Boolean read; write;

Property Value

Type
Boolean

Remarks

The CaseSensitive and WholeWords properties affect the search string interpretation when you use the Find panel or call the first overloaded variant of the PDF Viewer’s TextSearch.Find method. You can set the CaseSensitive property to True or False to enable or disable the case-sensitive text search mode, respectively.

See Also