IRedactionCallback class
IRedactionCallback class
Defines methods that are required for receiving information on each redaction change and optionally prevent it.
The IRedactionCallback type exposes the following members:
Methods
Method | Description |
---|---|
accept_redaction | This call is triggered right before applying any redaction to the document and allows to log or forbid it. |
Remarks
Learn more | | |
Example
The following example demonstrates how to implement detailed logging for redaction process.