←Select platform

BytesReceived Property

Summary

Number of bytes received during this chunk of the operation.

Syntax

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

Property Value

Number of bytes received during this chunk of the operation.

Example

For an example, refer to DocumentFactory.LoadFromUriAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly