.NET Framework Class Library

Document.LoadedPageCount 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.LoadedPageCount Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Public Property LoadedPageCount As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intLoadedPageCount { getset; }

Visual C++

public:
property Nullable<intLoadedPageCount {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

See Also

Document Class

Document Members

Gnostice.Controls.ASP Namespace