.NET Framework Class Library

LoadCompletedEventArgs.PageCount Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > LoadCompletedEventArgs Class > LoadCompletedEventArgs Properties >

.NET Framework Class Library

LoadCompletedEventArgs.PageCount Property

Gets number of pages in the document.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public ReadOnly Property PageCount As Integer
 Get

C#

public int PageCount { get; }

Visual C++

public:
property int PageCount {
 int get ();
}

See Also

LoadCompletedEventArgs Class

LoadCompletedEventArgs Members

Gnostice.Core Namespace