LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageInfo Property

Show in webframe





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:
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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


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