VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImageAsDIB Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    AcquiredImages_GetImageAsDIB Method
    In This Topic
    Description
    Returns acquired image as DIB object.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImageAsDIB( _
       ByVal index As Long _
    ) As Variant
    Parameters
    index
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    Return Type
    Image as one dimensional array of bytes.
    Remarks
    This method returns a DIB object which can be used in MS Access.

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