Click or drag to resize

AtalaImage Constructor (Stream)

Initialize a new instance of a AtalaImage class specifying a Stream.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the encoded image data.
Remarks
The stream passed in can be a FileStream, MemoryStream, or other seekable stream. The appropriate ImageDecoder will be used to read the image.
See Also