Click or drag to resize

WebImageViewerOpenUrl Method (String)

Opens an image into the WebImageViewer control from a URL or virtual path.

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 OpenUrl(
	string urlPath
)

Parameters

urlPath
Type: SystemString
The URL or virtual directory of the image to load.
Remarks
Use this method when opening an image referenced by a URL or a virtual path that can be mapped on the server. If you intend on creating an undo level from this image, use the Update method to cache the image.
See Also