create_save_options method
create_save_options(save_format)
Creates a save options object of a class suitable for the specified save format.
Returns
An object of a class that derives from SaveOptions.
def create_save_options(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFileFormat | The SaveFileFormat for which to create a save options object. |
See Also
- module aspose.diagram.saving
- class SaveOptions