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

    Parameters

    thumbnailWidth
    Ширина миниатюры.
    thumbnailHeight
    Высота миниатюры.

    Return Value

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

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

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