Skip to main content

TdxPDFDocumentTextSearchOptions.CaseSensitive Field

Specifies if a text search operation is case-sensitive.

Declaration

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