LoadOptions constructor
LoadOptions()
Initializes a new instance of this class with default values.
def __init__(self):
...
Remarks
Default file format is set as LoadFileFormat.
LoadOptions(format)
Initializes a new instance of this class with the format specified.
def __init__(self, format):
...
Parameter | Type | Description |
---|---|---|
format | LoadFileFormat | LoadFileFormat load file format. |
See Also
- module aspose.diagram
- class LoadOptions