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




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