Click or drag to resize

WebImageViewerOpen Method (Stream, Int32)

Opens an image into the WebImageViewer control from an image file stream, specifying the frame index of a multi-page image.

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

Parameters

stream
Type: System.IOStream
The image file stream to open.
frameIndex
Type: SystemInt32
The zero based frame index to load.
See Also