←Select platform

FileLength Property

Summary

Length of the original document file or URL.

Syntax

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

Property Value

The length of the original document file or URL in bytes.

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