LoadSaveOptions constructor
init
Creates a new instance of this class without any properties specified.
def __init__(self):
...
init
Creates a new instance of this class with the specified file format to save an assembled document to.
def __init__(self, save_format):
...
| Parameter | Type | Description |
|---|---|---|
| save_format | FileFormat |
A file format to save an assembled document to. |
See Also
- module
groupdocs.assembly - class
LoadSaveOptions