Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ThumbnailInfo Structure
See Also  Members  
Leadtools.Web.Controls Namespace : ThumbnailInfo Structure



Provides information about a specific thumbnail.

Syntax

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

Remarks

You can use this structure to get information about a specific thumbnail element.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Web.Controls.ThumbnailInfo

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