ICustomRedactionHandler class

ICustomRedactionHandler class

Provides an interface for implementing custom redaction logic.

The ICustomRedactionHandler type exposes the following members:

Methods

Method Description
redact 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