apply_to method

apply_to

Applies the redaction to a given format instance.

Returns

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

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

See Also