RedactionDescription
Leave feedback
On this page
Represents a single change action info that performed during redaction process.
public class RedactionDescription
| Name | Description |
|---|---|
| RedactionDescription(RedactionType, RedactionActionType, string) | Initializes a new instance of RedactionDescription class without replacement information. |
| RedactionDescription(RedactionType, RedactionActionType, RegionReplacementOptions, string) | Initializes a new instance of RedactionDescription class with image area replacement information. |
| RedactionDescription(RedactionType, RedactionActionType, string, TextReplacement) | Initializes a new instance of RedactionDescription class with replacement information. |
| Name | Description |
|---|---|
| ActionType { get; } | Gets the redaction operation: replacement, cleanup or deletion. |
| Details { get; set; } | Gets or sets an optional details information for the item being redacted. |
| ImageAreaReplacement { get; } | Gets the replacement information for image area redactions, returns null for textual redactions. |
| OriginalText { get; } | Gets the matched text, if any expression is provided. |
| RedactionType { get; } | Gets the type of document’s data - text, metadata or annotations. |
| Replacement { get; } | Gets the replacement information, can be null. |
Learn more
- More details about RedactionDescription class and IRedactionCallback interface: Use redaction callback
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction
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.