.NET Framework Class Library

PaginatedView.RotatePage 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.RotatePage Method

Namespace: Gnostice.Controls.Xamarin

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

Syntax

Visual Basic

Public Sub RotatePage ( _
 rotationAngle As RotationAngle, _
 Optional pageNumber As Integer = -1 _
)

C#

public void RotatePage(
 RotationAngle rotationAngle,
 int pageNumber = -1
)

Visual C++

public:
virtual void RotatePage(
 RotationAngle rotationAngle,
 int pageNumber = -1
sealed

Parameters

rotationAngle

Type: Gnostice.Core.Viewer.RotationAngle

pageNumber (Optional)

Type: System.Int32

Implements

IView.RotatePage(RotationAngle, Int32)

See Also

PaginatedView Class

PaginatedView Members

Gnostice.Controls.Xamarin Namespace