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