VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_BytesTotal Property
In This Topic
    HttpUpload_BytesTotal Property
    In This Topic
    Description
    Gets length, in bytes, of data which will be uploaded to HTTP server.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property HttpUpload_BytesTotal As Long
    Return Type
    Length, in bytes, of data which will be uploaded to HTTP server.
    Remarks
    Property has correct value only after execution of HttpUpload_UploadImage method.
    See Also