ExportImageSaveOptions constructor

init

Initializes a new instance of ExportAsImageSaveOptions class with default values.

def __init__(self):
    ...

init

Initializes a new instance of ExportAsImageSaveOptions class with specified file format.

def __init__(self, file_format):
    ...
Parameter Type Description
file_format groupdocs.signature.domain.ImageSaveFileFormat Output image file format.

See Also