redacted_file_suffix property

redacted_file_suffix property

Gets or sets a custom suffix for output file name. If it is not specified, the SaveOptions.SaveSuffix constant will be used.

Definition:

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

See Also