Redaction

Redaction class

Represents a base abstract class for all redaction types.

public abstract class Redaction

Properties

Name Description
virtual Description { get; } Returns a string, describing the redaction and its parameters.

Methods

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

Remarks

Learn more

See Also