Click or drag to resize

WorkspaceSave Method (String, ImageEncoder)

Writes the current AtalaImage or ImageCollection to a file specifying the ImageEncoder to use to encode the image.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	string fileName,
	ImageEncoder encoder
)

Parameters

fileName
Type: SystemString
The filename to save the current image to.
encoder
Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder which will be used to encode the image.
Remarks
This method can be used to save an image to an FTP server. If the fileName is pointing to an FTP server, you may need to include the username and password in the URL to allow the file to be saved.
See Also