DiagramSaveOptions constructor
DiagramSaveOptions()
Initializes a new instance of this class that can be used to save a diagram in the VDX format.
def __init__(self):
...
DiagramSaveOptions(save_format)
Initializes a new instance of this class that can be used to save a diagram in the VDX or VSX format.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFileFormat |
See Also
- module aspose.diagram.saving
- class DiagramSaveOptions