RedactionDescription class
Leave feedback
On this page
Represents a single change action info that performed during redaction process.
Learn more
- More details about
RedactionDescriptionclass andIRedactionCallbackinterface: Use redaction callback https://docs.groupdocs.com/redaction/net/use-redaction-callback/
The RedactionDescription type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of RedactionDescription class without replacement information. |
| init | Initializes a new instance of RedactionDescription class with replacement information. |
| init | Initializes a new RedactionDescription with image area replacement information. |
| Property | Description |
|---|---|
| action_type | The redaction operation: replacement, cleanup or deletion. |
| details | The optional details information for the item being redacted. |
| image_area_replacement | The replacement information for image area redactions, or None for textual redactions. |
| original_text | The matched text, if any expression is provided. |
| redaction_type | The type of document’s data – text, metadata, or annotations. |
| replacement | The replacement information, may be None. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.