WorkspaceOpen 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Open(
Stream stream,
int frameIndex
)
Public Sub Open (
stream As Stream,
frameIndex As Integer
)
Parameters
- stream
- Type: System.IOStream
A stream containing the encoded image data. - frameIndex
- Type: SystemInt32
If the image contains multiple frames, this is the zero based index to load.
See Also