ImageGear .NET v24.12 - Updated
Thumbnail Property (IImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : Thumbnail Property
Gets thumbnail bitmap representing an image.
Syntax
'Declaration
 
ReadOnly Property Thumbnail As Image
'Usage
 
Dim instance As IImGearThumbnailItem
Dim value As Image
 
value = instance.Thumbnail
Image Thumbnail {get;}
__property Image* get_Thumbnail();
property Image^ Thumbnail {
   Image^ get();
}

Property Value

System.Drawing.Image class object.
See Also

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members