.NET Framework Class Library

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

Rotate specified pages by specified angle.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.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 with which the pages needs to be rotated.

pageRange (Optional)

Type: System.String

Pages whose contents need to be rotated.

Implements

IView.RotatePages(RotationAngle, String)

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace