ImageSaveOptions.ImageSaveOptions

ImageSaveOptions constructor

Initializes a new instance of this class that can be used to save rendered images in the Tiff, Png, Bmp, Emf or Jpeg format.

public ImageSaveOptions(SaveFileFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFileFormatCan be Tiff, Png, Bmp, Emf or Jpeg.

See Also