.NET Framework Class Library

DocumentViewer.RotatePages Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DocumentViewer.RotatePages Method

Rotates contents of specified pages.

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

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

C#

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

Visual C++

public:
virtual void RotatePages(
 RotationAngle rotationAngle,
 StringpageRange = L""
sealed

Parameters

rotationAngle

Type: Gnostice.Core.Viewer.RotationAngle

Angle of rotation.

pageRange (Optional)

Type: System.String

Pages that need to be rotated.

Implements

IView.RotatePages(RotationAngle, String)

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace