Table of Contents

Property Normalization

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

Normalization

Gets or sets the text normalization options applied before searching. Controls whitespace collapsing, diacritics removal, punctuation/symbol stripping, and custom character filtering.

public LayoutSearchOptions Normalization { get; set; }

Property Value

LayoutSearchOptions

Default: a new LayoutSearchOptions instance with NormalizeWhitespace and IgnoreDiacritics enabled.

Share