.NET Framework Class Library

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

Rotate contents of specified pages by 90 degrees in the clockwise direction.

Namespace: Gnostice.Controls.WPF

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

Syntax

Visual Basic

Public Sub RotatePagesClockwise90 ( _
 Optional pageRange As String = "" _
)

C#

public void RotatePagesClockwise90(
 string pageRange = ""
)

Visual C++

public:
virtual void RotatePagesClockwise90(
 StringpageRange = L""
sealed

Parameters

pageRange (Optional)

Type: System.String

Pages whose contents need to be rotated.

Implements

IView.RotatePagesClockwise90(String)

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WPF Namespace