VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / Thumbnail Class / GetThumbnailImage Methods / GetThumbnailImage(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetThumbnailImage(Int32,Int32) Method (Thumbnail)
    In This Topic
    Returns a copy of cached thumbnail image if thumbnail image is cached or renders a thumbnail image.
    Syntax
    'Declaration
    
    Public Overloads Function GetThumbnailImage( _
    ByVal width
    Width of a thumbnail image.
    As System.Int32, _
    ByVal height
    Height of a thumbnail image.
    As System.Int32 _
    ) As VintasoftImage
    public VintasoftImage GetThumbnailImage(
    System.Int32 width,
    System.Int32 height
    )
    public: VintasoftImage* GetThumbnailImage(
    System.Int32 width,
    System.Int32 height
    )
    public:
    VintasoftImage^ GetThumbnailImage(
    System.Int32 width,
    System.Int32 height
    )

    Parameters

    width
    Width of a thumbnail image.
    height
    Height of a thumbnail image.

    Return Value

    A copy of cached thumbnail image if thumbnail image is cached or renders a thumbnail image.
    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