MetadataRedaction

MetadataRedaction class

Represents a base abstract class for document metadata redactions.

public abstract class MetadataRedaction : Redaction

Properties

Name Description
virtual Description { get; } Returns a string, describing the redaction and its parameters.
Filter { get; set; } Gets or sets the filter, which is used to select all or specific metadata, for example Author or Company.

Methods

Name Description
override ApplyTo(DocumentFormatInstance) Applies the redaction to a given format instance.

Remarks

Learn more

See Also