VintaSoft Twain .NET SDK 15.2: Руководство для .NET разработчика
Vintasoft.Twain Namespace / AcquiredImage Class / GetThumbnailAsVintasoftBitmap(Int32,Int32) Method
Синтаксис Требования Смотрите также
    GetThumbnailAsVintasoftBitmap(Int32,Int32) Метод (AcquiredImage)
    Возвращает уменьшенное изображение как объект VintasoftBitmap.
    Синтаксис
    'Declaration
    
    Public Function GetThumbnailAsVintasoftBitmap( _
    ByVal thumbnailWidth
    Ширина миниатюры изображения.
    As Integer, _
    ByVal thumbnailHeight
    Высота миниатюры изображения.
    As Integer _
    ) As Vintasoft.Imaging.VintasoftBitmap
     

    Parameters

    thumbnailWidth
    Ширина миниатюры изображения.
    thumbnailHeight
    Высота миниатюры изображения.

    Return Value

    Миниатюра изображения как объект VintasoftBitmap.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также