is_redaction_accepted method

is_redaction_accepted

Checks for IRedactionCallback implementation and invokes it, if specified.

Returns

True (by default) if redaction is accepted

def is_redaction_accepted(self, description):
    ...
Parameter Type Description
description groupdocs.redaction.redactions.RedactionDescription Redaction description

See Also