←Select platform

FileSize Property

Summary

Gets or sets an integer that specifies the size of the file.

Syntax

C#
VB
C++
public int FileSize { get; set; } 
Public Property FileSize As Integer 
public: 
property int FileSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

An integer that specifies the size of the file.

Example

Refer to QueryFileSystem example.

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.Twain Assembly