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

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