Redact
ICustomRedactionHandler.Redact method
Applies custom redaction to specific document content. Currently, this is supported only for PDF PageAreaRedaction
. Users can define their own redaction logic, such as AI-based redaction, which may be more advanced than simple pattern-based methods.
public CustomRedactionResult Redact(CustomRedactionContext context)
Parameter | Type | Description |
---|---|---|
context | CustomRedactionContext | Contains the document content to be redacted along with related metadata. |
Return Value
A CustomRedactionResult
indicating whether the redaction should be applied and the modified content.
See Also
- class CustomRedactionResult
- class CustomRedactionContext
- interface ICustomRedactionHandler
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction