AtalaImage.Save Method (String, ImageEncoder, ProgressEventHandler) |
Saves this %AtalaImage% to a file specifying an
ImageEncoder and progress callback.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic long Save(
string fileName,
ImageEncoder encoder,
ProgressEventHandler progress
)
Public Function Save (
fileName As String,
encoder As ImageEncoder,
progress As ProgressEventHandler
) As Long
Parameters
- fileName
- Type: System.String
The filename to save this %AtalaImage% to. - encoder
- Type: Atalasoft.Imaging.Codec.ImageEncoder
The ImageEncoder which will be used to encode the image. - progress
- Type: Atalasoft.Imaging.ProgressEventHandler
The progress delegate. Can be set to null (Nothing in
VB).
Return Value
Type:
Int64
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