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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void Open(
Stream stream
)
Public Sub Open (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The image file stream to open.
See Also