Click or drag to resize

WebImageViewer.Open Method (Stream)

Opens an image into the WebImageViewer control from an image file stream.

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
)

Parameters

stream
Type: System.IO.Stream
The image file stream to open.
See Also