Table of Contents

Property ScrubDocumentProperties

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

ScrubDocumentProperties

Gets or sets whether the document property parts are scrubbed too: the same term replacement is applied to the core property text values (title, subject, creator, description, keywords, last modified by) and to the string values of the application properties part. Properties routinely duplicate content being redacted, for example author names. Default: true.

public bool ScrubDocumentProperties { get; set; }

Property Value

bool
Share