Table of Contents

Property RedactImages

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

RedactImages

Gets or sets whether image pixels intersecting a redaction area are scrubbed. When an intersecting image cannot be decoded it is removed entirely; redacted pixel data never survives. Default: true.

public bool RedactImages { get; set; }

Property Value

bool
Share