WorkspaceSave Method (String, ImageEncoder) |
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
)
Public Sub Save (
fileName As String,
encoder As ImageEncoder
)
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