ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / ImageSize Property




In This Topic
    ImageSize Property (IImGearThumbnailItem)
    In This Topic
    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