LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Url Property (ThumbnailInfo)

Show in webframe





Gets the URL of the image loaded in this thumbnail.
Syntax
public string Url {get;}
'Declaration
 
Public ReadOnly Property Url As String
'Usage
 
Dim instance As ThumbnailInfo
Dim value As String
 
value = instance.Url

            

            
public:
property String^ Url {
   String^ get();
}

Property Value

The URL of the image currently loaded in the thumbnail.
Remarks
You can use this property to load the same image manually into the WebImageViewer control.
Example
Refer to WebThumbnailViewer.GetThumbnailInfo
Requirements

Target Platforms

See Also

Reference

ThumbnailInfo Structure
ThumbnailInfo Members
WebThumbnailViewer Client Class.
Updating WebControls Manually.

 

 


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