Click or drag to resize

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
)

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: Int64
Exceptions
ExceptionCondition
NotImplementedExceptionSaving an ImageSource is not implemented in this decoder
See Also