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(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