.NET Framework Class Library

DocumentViewer.CurrentPage Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms 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.WinForms

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

Syntax

Visual Basic

<LocalizableCategoryAttribute("Misc")> _
<LocalizableDescriptionAttribute("currentPageDesc")> _
Public ReadOnly Property CurrentPage As Integer
 Get

C#

[LocalizableCategoryAttribute("Misc")]
[LocalizableDescriptionAttribute("currentPageDesc")]
public int CurrentPage { get; }

Visual C++

public:
[LocalizableCategoryAttribute(L"Misc")]
[LocalizableDescriptionAttribute(L"currentPageDesc")]
virtual property int CurrentPage {
 int get () sealed;
}

Implements

IView.CurrentPage

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace