VintaSoftTwain Control v6.0
VintaSoftTwain Object / FtpUpload_BytesUploaded Property
In This Topic
    FtpUpload_BytesUploaded Property
    In This Topic
    Description
    Gets length, in bytes, of data already uploaded to FTP server.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property FtpUpload_BytesUploaded As Long
    Return Type
    Length, in bytes, of data already uploaded to FTP server.
    Remarks
    Value of this property correctly only after execution of FtpUpload_UploadImage method.

    Property value is changed only at image upload process in state 10.
    See Also