Click or drag to resize

WorkspaceSave Method (Stream, ImageEncoder, Int32)

Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder to use to encode the image and the image index in the collection to save.

Namespace:  Atalasoft.Imaging
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,
	ImageEncoder encoder,
	int frameIndex
)

Parameters

stream
Type: System.IOStream
A stream containing the file which the current image will be encoded to.
encoder
Type: Atalasoft.Imaging.CodecImageEncoder
The ImageEncoder which will be used to encode the image.
frameIndex
Type: SystemInt32
The index in the ImageCollection to save.
See Also