Table of Contents

Property WholeWord

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

WholeWord

When true, only matches bounded by non-word characters on both sides are returned. Only applies when SearchMode is Text.

public bool WholeWord { get; set; }

Property Value

bool

Default: false.

Share