save_format property

save_format property

Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused.

Definition:

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

See Also