Click or drag to resize

GifEncoderSave Method (Stream, GifFrameCollection, ProgressEventHandler)

Saves an animated GIF image.

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 void Save(
	Stream stream,
	GifFrameCollection frameCollection,
	ProgressEventHandler progress
)

Parameters

stream
Type: System.IOStream
The stream to save the image into.
frameCollection
Type: Atalasoft.Imaging.CodecGifFrameCollection
The GifFrameCollection containing information about each frame in the animation.
progress
Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in Visual Basic).
See Also