LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Url Property (ImageInfo)

Show in webframe





Gets the original URL name used to load the image.
Syntax
public string Url {get;}
'Declaration
 
Public ReadOnly Property Url As String
'Usage
 
Dim instance As ImageInfo
Dim value As String
 
value = instance.Url

            

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

Property Value

The original URL name used to load the image.
Remarks
If the image is cached because it was an external image or it was processed by one of the image processing commands, you have to use the CacheFileName property to get the current image URL.
Example
Refer to WebImageViewer.ApplyCommand
Requirements

Target Platforms

See Also

Reference

ImageInfo Structure
ImageInfo Members

 

 


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