Table of Contents

Property StripMetadata

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

StripMetadata

Gets or sets whether every metadata block carried by the image (EXIF, XMP, textual entries) is cleared before the redacted pixels are encoded. Metadata routinely duplicates content being redacted, for example capture locations, author names, or embedded thumbnails of the unredacted picture. Default: true.

public bool StripMetadata { get; set; }

Property Value

bool
Share