VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / GetThumbnail Methods / GetThumbnail(Size) Method
Syntax Requirements SeeAlso
In This Topic
    GetThumbnail(Size) Method (VintasoftImage)
    In This Topic
    Returns a thumbnail for image associated with this VintasoftImage object.
    Syntax
    'Declaration
    
    Public Overloads Function GetThumbnail( _
    ByVal size
    The size, in pixels, of the requested thumbnail image.
    As System.Drawing.Size _
    ) As VintasoftImage
    public VintasoftImage GetThumbnail(
    System.Drawing.Size size
    )
    public: VintasoftImage* GetThumbnail(
    System.Drawing.Size* size
    )
    public:
    VintasoftImage^ GetThumbnail(
    System.Drawing.Size^ size
    )

    Parameters

    size
    The size, in pixels, of the requested thumbnail image.

    Return Value

    The VintasoftImage object that represents the thumbnail.
    Requirements

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

    See Also