CustomRedactionResult
Leave feedback
On this page
Represents the result of a custom redaction operation.
public class CustomRedactionResult
| Name | Description |
|---|---|
| CustomRedactionResult() | The default constructor. |
| Name | Description |
|---|---|
| Apply { get; set; } | Indicates whether the redaction should be applied. If true, the redacted content will replace the original content. |
| Text { get; set; } | The redacted version of the text. This will replace the original content if Apply is true. |
- 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.