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):
    ...
ParameterTypeDescription
formataspose.svg.rendering.image.ImageFormatImage format

See Also