ImageRenderingOptions constructor
init
Initializes a new instance of the ImageRenderingOptions
class; ImageFormat.PNG
will be used as default image format.
def __init__(self):
...
init
Initializes a new instance of the ImageRenderingOptions
class with specified image format.
def __init__(self, format):
...
Parameter | Type | Description |
---|---|---|
format | ImageFormat | The output image format. |
See Also
- module
aspose.svg.rendering.image
- class
ImageRenderingOptions