JpegOptions constructor

init

Initializes a new instance of the JpegOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the JpegOptions class.

def __init__(self, jpeg_options):
    ...
ParameterTypeDescription
jpeg_optionsJpegOptionsThe JPEG options.

See Also