LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

OpenImageUrl(String) Method






The URL or virtual directory of the image being loaded.
Opens the image from an URL or a virtual path and displays it.
Syntax
public void OpenImageUrl( 
   string imageUrl
)
'Declaration
 
Public Overloads Sub OpenImageUrl( _
   ByVal imageUrl As String _
) 
'Usage
 
Dim instance As WebImageViewer
Dim imageUrl As String
 
instance.OpenImageUrl(imageUrl)
public void OpenImageUrl( 
   string imageUrl
)
 function Leadtools.Web.Controls.WebImageViewer.OpenImageUrl(String)( 
   imageUrl 
)
public:
void OpenImageUrl( 
   String^ imageUrl
) 

Parameters

imageUrl
The URL or virtual directory of the image being loaded.
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.
Example
Refer to ScrollBarVisible
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
Overload List
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.