PngOptions constructor
init
Initializes a new instance of the PngOptions
class.
def __init__(self):
...
init
Initializes a new instance of the JpegOptions
class.
def __init__(self, png_options):
...
Parameter | Type | Description |
---|---|---|
png_options | PngOptions | The PNG options. |
See Also
- module
aspose.cad.imageoptions
- class
JpegOptions
- class
PngOptions