Class PdfRedactionReport
Describes what a redaction pass removed or rewrote. Counters cover the whole document, including content nested inside Form XObjects.
public sealed class PdfRedactionReport
- Inheritance
-
PdfRedactionReport
- Inherited Members
Properties
- ContentRemoved
Gets whether the pass removed or rewrote any content at all.
- EditedForms
Gets the number of Form XObject instances cloned and redacted.
- EditedImages
Gets the number of images whose pixels were scrubbed in place.
- EditedTextObjects
Gets the number of text objects rebuilt with fewer glyphs.
- PagesProcessed
Gets the number of pages that received at least one redaction area.
- RemovedAnnotations
Gets the number of annotations removed.
- RemovedGlyphs
Gets the total number of glyphs permanently removed.
- RemovedImages
Gets the number of images removed entirely.
- RemovedPaths
Gets the number of vector path objects removed or trimmed.
- RemovedTextObjects
Gets the number of text objects removed entirely.
- SearchMatches
Gets the number of text search matches that produced redaction areas.