Opens the image from an URL or a virtual path and displays it.
imageUrl
The URL or virtual directory of the image being loaded.
pageIndex
0-based index of the page to open.
If the imageUrl refers to an URL, the control will download the first page (index 0) to the CacheFolder and display it. Accessing the ImageInfo property returns the name of the cached image for this URL.
This example initializes the WebImageViewer control and load the third page of "multipage.tif", also it initializes the WebImagePanViewer control.