ImageSaveOptions.ImageSaveOptions

ImageSaveOptions()

Creates the options for saving image file.

public ImageSaveOptions()

Remarks

The default type is Tiff.

See Also


ImageSaveOptions(SaveFormat)

Creates the options for saving image file.

public ImageSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be one of following types: Tiff, Svg, Bmp, Png, Jpg, Emf or Gif, otherwise the saved format will be set as Tiff automatically.

See Also