.NET Framework Class Library

Document.FileSize Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > Document Class > Document Properties >

.NET Framework Class Library

Document.FileSize Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public Property FileSize As Long
 Get
 Set

C#

public long FileSize { getset; }

Visual C++

public:
property long long FileSize {
 long long get ();
 void set (long long value);
}

See Also

Document Class

Document Members

Gnostice.Controls.ASP Namespace