ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / ImageSize Property




In This Topic
    ImageSize Property (ImGearThumbnailItem)
    In This Topic
    Gets original image size.
    Syntax
    'Declaration
     
    Public ReadOnly Property ImageSize As Integer
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Integer
     
    value = instance.ImageSize
    public int ImageSize {get;}
    public: __property int get_ImageSize();
    public:
    property int ImageSize {
       int get();
    }

    Property Value

    Integer value.
    See Also