.NET Framework Class Library

DocumentViewer.RotatePage Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WPF Namespace > DocumentViewer Class > DocumentViewer Methods >

.NET Framework Class Library

DocumentViewer.RotatePage Method

Rotates specified page by specified angle.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Sub RotatePage ( _
 rotationAngle As RotationAngle, _
 Optional pageNumber As Integer = -1 _
)

C#

public void RotatePage(
 RotationAngle rotationAngle,
 int pageNumber = -1
)

Visual C++

public:
virtual void RotatePage(
 RotationAngle rotationAngle,
 int pageNumber = -1
sealed

Parameters

rotationAngle

Type: Gnostice.Core.Viewer.RotationAngle

Angle by which the contents of the page needs to be rotated.

pageNumber (Optional)

Type: System.Int32

Number of the page whose contents needs to be rotated.

Implements

IView.RotatePage(RotationAngle, Int32)

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace