Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
ImageInfo Property
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : ImageInfo Property




Gets information about the image currently loaded in the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ImageInfo As ImageInfo
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
Dim value As ImageInfo
 
value = instance.ImageInfo
C# 
public ImageInfo ImageInfo {get;}
Managed Extensions for C++ 
public: __property ImageInfo get_ImageInfo();
C++/CLI 
public:
property ImageInfo ImageInfo {
   ImageInfo get();
}

Return Value

Information about the image currently loaded in the control.

Example

Refer to ApplyCommand

Remarks

You can get the name of the cached image by accessing the Url property of this struct property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also