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