apply_to method

On this page

apply_to

Applies the redaction to a given format instance.

def apply_to(self, format_instance):
    ...
Parameter Type Description
format_instance DocumentFormatInstance An instance of a document to apply redaction.

Returns: Status of the redaction: success/failure and error message if any.

See Also

On this page