.NET Framework Class Library

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

Gets or Sets viewing orientation of the document in the viewer.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Property Orientation As ViewerOrientation
 Get
 Set

C#

public ViewerOrientation Orientation { getset; }

Visual C++

public:
property ViewerOrientation Orientation {
 ViewerOrientation get ();
 void set (ViewerOrientation value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace