←Select platform

DocumentDataLength Property

Summary

Total length of the data being uploaded.

Syntax
C#
C++/CLI
Python
public long DocumentDataLength {get; set;} 
public:  
   property Int64 DocumentDataLength 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 
DocumentDataLength # get and set (UploadDocumentOptions) 

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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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