←Select platform

AnnotationsDataLength Property

Summary

Length of bytes of the original annotations file of this document, if any.

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

Property Value

Length of bytes of the original annotations file of this document, if any; otherwise, 0 if this is document was not created with annotations.

Example

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

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