TdxPDFDocumentTextSearchOptions.CaseSensitive Field
In This Article
Specifies if a text search operation is case-sensitive.
#Declaration
Delphi
CaseSensitive: Boolean
#Field Value
Type |
---|
Boolean |
#Remarks
Assign True or False to this field to enable or disable case sensitivity for the searched text string.
The CaseSensitive field corresponds to the PDF Viewer control’s OptionsFindPanel.CaseSensitive property that specifies the Find panel’s case-sensitivity.
See Also