.NET Framework Class Library

DocumentViewer.PageCount Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentViewer.PageCount Property

Gets number of pages in the current document.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Property PageCount As Integer
 Get
 Set

C#

public int PageCount { getset; }

Visual C++

public:
virtual property int PageCount {
 int get () sealed;
 void set (int valuesealed;
}

Implements

IView.PageCount

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace