←Select platform

DocumentDataLength Property

Summary

Length in bytes of the original document file, if any.

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

Length of bytes of the original document file if any; otherwise, 0 if this is a virtual document.

Example

For an example, refer to GetDocumentCacheInfo(ObjectCache,string).

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.