.NET Framework Class Library

IView.RotatePage Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > IView Interface > IView Methods >

.NET Framework Class Library

IView.RotatePage Method

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

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

C#

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

Visual C++

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

Parameters

rotationAngle

Type: Gnostice.Core.Viewer.RotationAngle

pageNumber (Optional)

Type: System.Int32

See Also

IView Interface

IView Members

Gnostice.Core.Viewer Namespace