VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImageAsHDIB Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    AcquiredImages_GetImageAsHDIB Method
    Description
    Returns acquired image as HDIB object.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImageAsHDIB( _
       ByVal index As Long _
    ) As Long
    Parameters
    index
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    Return Type
    Handle to a DIB.
    Remarks
    With this method you cannot get really 16-bit gray or 48-bit color images. Images in these formats will be converted to 24-bit images.

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also