←Select platform

TotalBytesToReceive Property

Summary

Total number of bytes received so far for the whole load operation.

Syntax
C#
VB
C++
public long TotalBytesToReceive { get; } 
Public ReadOnly Property TotalBytesToReceive() As Long 
   Get 
public:  
   property Int64 TotalBytesToReceive 
   { 
      Int64 get() 
   } 

Property Value

The total number of bytes received so far for the whole load operation.

Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly