VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImage Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    AcquiredImages_GetImage Method
    In This Topic
    Description
    Returns acquired image as Picture object.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImage( _
       ByVal index As Long _
    ) As Picture
    Parameters
    index
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    Return Type
    Image as Picture object.
    Remarks
    This method returns a VB picture object for use with other controls that support the picture object including the standard VB picture control.

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