Table of Contents

Class ImageRedactionReport

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

Describes what an image redaction pass covered and produced. Counters cover every page of the image.

public sealed class ImageRedactionReport
Inheritance
ImageRedactionReport
Inherited Members

Properties

ContentRemoved

Gets whether the pass painted over any content at all.

FilledAreas

Gets the number of opaque fill shapes painted over the image, counting explicit areas and per-element match shapes.

MetadataStripped

Gets whether the image's metadata blocks (EXIF, XMP, textual entries) were cleared before encoding.

OutputExtension

Gets the file extension of the produced encoding, such as ".png". This matches the source format when an encoder for it exists; sources without an encoder are re-encoded, and this property states what was actually produced.

PagesProcessed

Gets the number of pages examined by the pass. For single-page formats this is 1; for multipage containers it is the page count. An empty request still reports the page count of the source.

SearchMatches

Gets the number of text search matches that produced fill areas.

Share