Click or drag to resize

Workspace.Open Method (Stream, Int32)

Decodes an image from a stream specifying the frame index of a multipaged file, and sets it to the current image.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public void Open(
	Stream stream,
	int frameIndex
)

Parameters

stream
Type: System.IO.Stream
A stream containing the encoded image data.
frameIndex
Type: System.Int32
If the image contains multiple frames, this is the zero based index to load.
See Also