ImageCollectionSave Method (String, ImageEncoder, ProgressEventHandler) |
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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: SystemString
The name of the file to save. - encoder
- Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder which will be used to encode the image. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in
VB).
Return Value
Type:
Int64See Also