LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageInfo Structure
See Also  Members  
Leadtools.Web.Controls Namespace : ImageInfo Structure



Provides information about the image currently loaded in the WebImageViewer control.

Object Model

ImageInfo Structure

Syntax

Visual Basic (Declaration) 
Public Structure ImageInfo 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As ImageInfo
C# 
public struct ImageInfo : System.ValueType 
C++/CLI 
public value class ImageInfo : public System.ValueType 

Remarks

You can use this structure to get information about the currently loaded image of the WebImageViewer control.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Web.Controls.ImageInfo

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also