ImageSaveOptions constructor
init
Initializes a new instance of the ImageSaveOptions
class; ImageFormat.PNG
will be used as default image format.
def __init__(self):
...
init
Image format ImageFormat
based on initialization
def __init__(self, format):
...
Parameter | Type | Description |
---|---|---|
format | aspose.svg.rendering.image.ImageFormat | Image format |
See Also
- module
aspose.svg.saving
- class
ImageFormat
- class
ImageSaveOptions