VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImageAsHBitmap Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    AcquiredImages_GetImageAsHBitmap Method
    In This Topic
    Description
    Returns acquired image as HBitmap object.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImageAsHBitmap( _
       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
    Long value as handle to a bitmap (HBITMAP).
    Remarks
    Important: HBitmap object must be deleted when it is not necessary any more. ActiveX does not monitor usage of HBitmap object.

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