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):
    ...
ParameterTypeDescription
png_optionsPngOptionsThe PNG options.

See Also