.NET Framework Class Library

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

Gets or sets angle with which page contents need to be rotated in the viewer.

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

Public Property PageRotation As RotationAngle
 Get
 Set

C#

public RotationAngle PageRotation { getset; }

Visual C++

public:
property RotationAngle PageRotation {
 RotationAngle get ();
 void set (RotationAngle value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace