ExactPhraseRedactionIsCaseSensitive Property |
Gets a value indicating whether the search is case-sensitive or not.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.7
Syntaxpublic bool IsCaseSensitive { get; }
Public ReadOnly Property IsCaseSensitive As Boolean
Get
public:
property bool IsCaseSensitive {
bool get ();
}
member IsCaseSensitive : bool with get
Property Value
Type:
Boolean
See Also