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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : ImageSize Property
Gets original image size.
Syntax
'Declaration
 
ReadOnly Property ImageSize As Integer
'Usage
 
Dim instance As IImGearThumbnailItem
Dim value As Integer
 
value = instance.ImageSize
int ImageSize {get;}
__property int get_ImageSize();
property int ImageSize {
   int get();
}

Property Value

Integer value.
See Also

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members