MultiFramedImageEncoderSave Method (Stream, ImageSource, ProgressEventHandler) |
Saves the images to the specified stream.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual long Save(
Stream stream,
ImageSource images,
ProgressEventHandler progress
)
Public Overridable Function Save (
stream As Stream,
images As ImageSource,
progress As ProgressEventHandler
) As Long
Parameters
- stream
- Type: System.IOStream
The stream. - images
- Type: Atalasoft.ImagingImageSource
The images to save. - progress
- Type: Atalasoft.ImagingProgressEventHandler
The progress handler.
Return Value
Type:
Int64Exceptions Exception | Condition |
---|
NotImplementedException | Saving an ImageSource is not implemented in this decoder |
See Also