redacted_file_suffix property

redacted_file_suffix property

The custom suffix for the output file name. If not specified, the SaveOptions.SaveSuffix constant is used.

Definition:

@property
def redacted_file_suffix(self):
    ...
@redacted_file_suffix.setter
def redacted_file_suffix(self, value):
    ...

See Also