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

Url Property (ImageInfo)






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 string Url {get;}
 get_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: 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

ImageInfo Structure
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

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