VintaSoftTwain Control v6.0
VintaSoftTwain Object / FtpUpload_AddImageToExistingFile Method
Filename, which should be used when image file will be saved on FTP server.
Zero-based index of image in acquired image collection. Valid values are from 0 to (AcquiredImages_Count-1).
In This Topic
    FtpUpload_AddImageToExistingFile Method
    In This Topic
    Description
    Adds an acquired image to a multipage file in FTP request.
    Syntax
    Visual Basic
    Public Function FtpUpload_AddImageToExistingFile( _
       ByVal fileName As String, _
       ByVal imageIndex As Long _
    ) As Boolean
    Parameters
    fileName
    Filename, which should be used when image file will be saved on FTP server.
    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