Table of Contents

Property RemoveAnnotations

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

RemoveAnnotations

Gets or sets whether annotations whose rectangle intersects a redaction area are removed. Annotation payloads (markup contents, link targets, form field values) often duplicate the content being redacted. Default: true.

public bool RemoveAnnotations { get; set; }

Property Value

bool
Share