Click or drag to resize

WorkspaceViewerSave Method (String, ImageType)

Note: This API is now obsolete.

Saves the current image(s) using the specified image type.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("The ImageType enumeration has been deprecated. Use the Save overload that takes an ImageEncoder instead.", 
	false)]
public void Save(
	string fileName,
	ImageType imageType
)

Parameters

fileName
Type: SystemString
The filename to which the image data is saved.
imageType
Type: Atalasoft.Imaging.CodecImageType
The type of image encoder to use.
See Also