←Select platform

DocumentDataLength Property

Summary

Total length of the data being uploaded.

Syntax
C#
VB
C++
public long DocumentDataLength {get; set;} 
Public Property DocumentDataLength() As Long 
   Get 
   Set 
public:  
   property Int64 DocumentDataLength 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 

Property Value

The total length of the data being uploaded in bytes. The default value is 0.

Remarks

This value is optional.

If the total length of the data being uploaded is available at this time, then setting the value of DocumentDataLength can greatly help the factory optimize the loading operations.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.