ImageCollectionSave Method (String, ImageType, ProgressEventHandler) |
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 long Save(
string fileName,
ImageType imageType,
ProgressEventHandler progress
)
<ObsoleteAttribute("The ImageType enumeration has been deprecated. Use the Save overload that takes an ImageEncoder instead.",
false)>
Public Function Save (
fileName As String,
imageType As ImageType,
progress As ProgressEventHandler
) As Long
Parameters
- fileName
- Type: SystemString
The name of the file to save. - imageType
- Type: Atalasoft.Imaging.CodecImageType
The image format to save. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in
VB).
Return Value
Type:
Int64 Filesize of saved image.
See Also