VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_AddImageToExistingFileField Method
File name.
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    HttpUpload_AddImageToExistingFileField Method
    In This Topic
    Description
    Adds an acquired image to a multipage file in HTTP form.
    Syntax
    Visual Basic
    Public Function HttpUpload_AddImageToExistingFileField( _
       ByVal fieldName As String, _
       ByVal imageIndex As Long _
    ) As Boolean
    Parameters
    fieldName
    File name.
    imageIndex
    Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
    Return Type
    TRUE if acquired image was added to the FTP request successfully, otherwise, FALSE.
    See Also