.NET Framework Class Library

IView.RotatePages 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.RotatePages Method

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

Sub RotatePages ( _
 rotationAngle As RotationAngle, _
 Optional pageRange As String = "" _
)

C#

void RotatePages(
 RotationAngle rotationAngle,
 string pageRange = ""
)

Visual C++

void RotatePages(
 RotationAngle rotationAngle,
 StringpageRange = L""
)

Parameters

rotationAngle

Type: Gnostice.Core.Viewer.RotationAngle

pageRange (Optional)

Type: System.String

See Also

IView Interface

IView Members

Gnostice.Core.Viewer Namespace