LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

OpenImageUrl(String) Method

Show in webframe





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
) 

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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
Overload List
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.