VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImageBitDepth Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    AcquiredImages_GetImageBitDepth Method
    In This Topic
    Description
    Returns bits count in acquired image.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImageBitDepth( _
       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
    Image bits count if the method succeeds, -1 otherwise.
    Remarks
    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also