ICustomRedactionHandler

ICustomRedactionHandler interface

Provides an interface for implementing custom redaction logic.

public interface ICustomRedactionHandler

Methods

Name Description
Redact(CustomRedactionContext) 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.

See Also