.NET Framework Class Library

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

To check if the PreviousPage operation can be performed.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public ReadOnly Property CanPreviousPage As Boolean
 Get

C#

public bool CanPreviousPage { get; }

Visual C++

public:
property bool CanPreviousPage {
 bool get ();
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace