WebImageViewerOpen 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
)
Public Sub Open (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The image file stream to open.
See Also