VintaSoftTwain Control v6.0
VintaSoftTwain Object / AcquiredImages_Swap Method
Zero-based index of the first image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
Zero-based index of the second image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    AcquiredImages_Swap Method
    In This Topic
    Description
    Swaps 2 acquired images in acquired image collection.
    Syntax
    Visual Basic
    Public Function AcquiredImages_Swap( _
       ByVal firstIndex As Long, _
       ByVal secondIndex As Long _
    ) As Boolean
    Parameters
    firstIndex
    Zero-based index of the first image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    secondIndex
    Zero-based index of the second image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    Return Type
    TRUE (1) if image is processed successfully, FALSE (0) otherwise.
    Remarks
    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also