Redaction Class
Represents a base abstract class for all redaction types.
Inheritance Hierarchy
SystemObject
  GroupDocs.RedactionRedaction
    More...

Namespace: GroupDocs.Redaction
Assembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 22.8
Syntax
public abstract class Redaction

The Redaction type exposes the following members.

Constructors
  NameDescription
Protected methodRedaction
Initializes a new instance of the Redaction class
Properties
  NameDescription
Public propertyDescription
Returns a string, describing the redaction and its parameters.
Methods
  NameDescription
Public methodApplyTo
Applies the redaction to a given format instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Learn more
See Also
Inheritance Hierarchy