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

ImageInfo Property






Gets information about the image currently loaded in the control.
Syntax
public ImageInfo ImageInfo {get;}
'Declaration
 
Public ReadOnly Property ImageInfo As ImageInfo
'Usage
 
Dim instance As WebImageViewer
Dim value As ImageInfo
 
value = instance.ImageInfo
public ImageInfo ImageInfo {get;}
 get_ImageInfo(); 
public:
property ImageInfo ImageInfo {
   ImageInfo get();
}

Property Value

Information about the image currently loaded in the control.
Remarks
You can get the name of the cached image by accessing the ImageInfo.Url property of this struct property.
Example
Refer to 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

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

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