VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_GetImageWidth Method
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    AcquiredImages_GetImageWidth Method
    In This Topic
    Description
    Returns width of acquired image.
    Syntax
    Visual Basic
    Public Function AcquiredImages_GetImageWidth( _
       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 width in pixels 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