ImageCollection.Save Method (String, ImageEncoder, ProgressEventHandler) |
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public 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 name of the file to save. - 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:
Int64See Also