OpenImageUrl(string) Method

Summary
Opens the image from an URL or a virtual path and displays it.
Syntax
C#
VB
C++
public void OpenImageUrl( 
   string imageUrl 
) 
  
Public Overloads Sub OpenImageUrl( _ 
   ByVal imageUrl As String _ 
)  
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.