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)
Syntaxpublic AtalaImage(
Stream stream
)
Public Sub New (
stream As Stream
)
Parameters
- stream
- Type: System.IO.Stream
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