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
- More details about RedactionDescription class and IRedactionCallback interface: Use redaction callback
See Also
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction