.NET Framework Class Library

DocumentViewer.CurrentPage 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.CurrentPage Property

Gets or sets number of the current page of the document in the viewer.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

<BindableAttribute(True)> _
Public Property CurrentPage As Integer
 Get
 Set

C#

[BindableAttribute(true)]
public int CurrentPage { getset; }

Visual C++

public:
[BindableAttribute(true)]
virtual property int CurrentPage {
 int get () sealed;
 void set (int valuesealed;
}

Implements

IView.CurrentPage

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace