.NET Framework Class Library

PaginatedView.RotatePages Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.Xamarin Namespace > PaginatedView Class > PaginatedView Methods >

.NET Framework Class Library

PaginatedView.RotatePages Method

Namespace: Gnostice.Controls.Xamarin

Assembly:  Gnostice.Controls.Xamarin (in Gnostice.Controls.Xamarin.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

pageRange (Optional)

Type: System.String

Implements

IView.RotatePages(RotationAngle, String)

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace