VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailPaintEventArgs Class / ThumbnailImage Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ThumbnailImage Property (ThumbnailPaintEventArgs)
    In This Topic
    Gets the thumbnail image.
    Syntax
    'Declaration
    
    Public ReadOnly Property ThumbnailImage As Vintasoft.Imaging.VintasoftImage
    
    
    public Vintasoft.Imaging.VintasoftImage ThumbnailImage { get; }
    
    
    public: __property Vintasoft.Imaging.VintasoftImage* get_ThumbnailImage();
    
    
    
    public:
    property Vintasoft.Imaging.VintasoftImage^ ThumbnailImage { Vintasoft.Imaging.VintasoftImage^ get(); }
    Remarks

    This image and Thumbnail.Image are different if image has annotations and thumbnail is painting in the thumbnail viewer with annotations.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also