Click or drag to resize

WebImageViewerOpen Method (String)

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

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(
	string fileName
)

Parameters

fileName
Type: SystemString
The image file to open.
See Also