WorkspaceSave Method (String, ImageType) |
Note: This API is now obsolete.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.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
)
<ObsoleteAttribute("The ImageType enumeration has been deprecated. Use the Save overload that takes an ImageEncoder instead.",
false)>
Public Sub Save (
fileName As String,
imageType As ImageType
)
Parameters
- fileName
- Type: SystemString
The filename to save the current image to. - imageType
- Type: Atalasoft.Imaging.CodecImageType
The image type to save this image as.
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