ImageSaveOptions

ImageSaveOptions()

Initializes a new instance of ImagesSaveOptions class with default values.

public ImageSaveOptions()

See Also


ImageSaveOptions(bool)

Initializes a new instance of ImagesSaveOptions class with overwrite flag.

public ImageSaveOptions(bool overwriteExistingFile)
Parameter Type Description
overwriteExistingFile Boolean Flag whether to overwrite signed file with same file.

See Also


ImageSaveOptions(ImageSaveFileFormat, bool)

Initializes a new instance of ImagesSaveOptions class with specified output type and overwrite flag.

public ImageSaveOptions(ImageSaveFileFormat fileFormat, bool overwriteExistingFile)
Parameter Type Description
fileFormat ImageSaveFileFormat Output file type ImageSaveFileFormat.
overwriteExistingFile Boolean Flag whether to overwrite signed file with same file.

See Also