SvgSaveOptions constructor
init
Creates the options for saving image file.
def __init__(self):
...
Remarks
The default type is Tiff.
init
Creates the options for saving image file.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | The file format. It should be one of following types: SaveFormat.TIFF , SaveFormat.SVG ,SaveFormat.BMP , SaveFormat.PNG , SaveFormat.JPG ,SaveFormat.EMF or SaveFormat.GIF ,otherwise the saved format will be set as SaveFormat.TIFF automatically. |
See Also
- module
aspose.cells
- class
SvgSaveOptions