Table of Contents

Property MaskCharacter

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

MaskCharacter

Gets or sets the character written over every matched character. The replacement is same-length, so the document layout around the redacted text is preserved. Default: the FULL BLOCK character (U+2588).

public char MaskCharacter { get; set; }

Property Value

char
Share