ImageSaveOptions.ImageSaveOptions

ImageSaveOptions()

Initializes a new instance of the ImageSaveOptions class with default values for flags !:SuppressErrors (true) and Debug (false).

public ImageSaveOptions()

See Also


ImageSaveOptions(ImageFormat)

Initializes a new instance of the ImageSaveOptions with with specified image format.

public ImageSaveOptions(ImageFormat imageFormat)
ParameterTypeDescription
imageFormatImageFormatThe format of the image.

See Also


ImageSaveOptions(Size)

Initializes a new instance of the ImageSaveOptions with with specified size of the image.

public ImageSaveOptions(Size size)
ParameterTypeDescription
sizeSizeThe image size.

See Also


ImageSaveOptions(Size, ImageFormat)

Initializes a new instance of the ImageSaveOptions with with specified size of the image and image format.

public ImageSaveOptions(Size size, ImageFormat imageFormat)
ParameterTypeDescription
sizeSizeThe image size.
imageFormatImageFormatThe format of the image.

See Also


ImageSaveOptions(Size, ImageFormat, bool)

Initializes a new instance of the ImageSaveOptions with with specified size of the image and image format.

public ImageSaveOptions(Size size, ImageFormat imageFormat, bool supressErrors)
ParameterTypeDescription
sizeSizeThe image size.
imageFormatImageFormatThe format of the image.
supressErrorsBooleanSpecifies whether errors must be suppressed or not. If true suppressed errors are added to !:Exceptions list.

See Also


ImageSaveOptions(bool)

Initializes a new instance of the ImageSaveOptions with default value for flag Debug (false).

public ImageSaveOptions(bool supressErrors)
ParameterTypeDescription
supressErrorsBooleanSpecifies whether errors must be suppressed or not. If true suppressed errors are added to !:Exceptions list.

See Also