VintaSoftTwain Control v6.0
VintaSoftTwain Object / FtpUpload_AddFile 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_AddFile Method
    In This Topic
    Description
    Adds an acquired image, as a file, to FTP request.
    Syntax
    Visual Basic
    Public Function FtpUpload_AddFile( _
       ByVal fileName As String, _
       ByVal index As Long _
    ) As Boolean
    Parameters
    fileName
    Filename, which should be used when image file will be saved on FTP server.
    index
    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.
    Example
    TWAIN Advanced Demo demonstrates how to acquire image from scanner and upload it onto FTP server.
    See Also