ImageSaveOptions

ImageSaveOptions()

Initializes a new instance of the ImageSaveOptions class; Png will be used as default image format.

public ImageSaveOptions()

See Also


ImageSaveOptions(ImageFormat)

Image format ImageFormat based on initialization

public ImageSaveOptions(ImageFormat format)
ParameterTypeDescription
formatImageFormatImage format

See Also