Table of Contents

Property CaseSensitive

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

CaseSensitive

Whether the text search should be case-sensitive. Only applies when SearchMode is Text.

public bool CaseSensitive { get; set; }

Property Value

bool

Default: false (case-insensitive).

Share