1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Redactions
  6. /
  7. RedactionActionType

RedactionActionType

RedactionActionType enumeration

Represents actions that can be taken to perform redaction.

public enum RedactionActionType

Values

Name Value Description
Replacement 0 Redacted text was replaced with another or covered with a block.
Cleanup 1 Data were removed, but an empty object remains in the document.
Deletion 2 Data and related structures were removed from the document.

Remarks

Learn more

See Also