Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
OpenImageUrl Method
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : OpenImageUrl Method




Opens the image from an URL or a virtual path and displays it.

Overload List

OverloadDescription
OpenImageUrl(String) Opens the image from an URL or a virtual path and displays it.  
OpenImageUrl(String,Int32) Opens the image from an URL or a virtual path and displays it.  

Example

Remarks

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 cached image for this URL.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also