.NET Framework Class Library

RotationAngle Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace >

.NET Framework Class Library

RotationAngle Enumeration

Defines pre-defined angles for rotating the page contents within the viewer.

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration RotationAngle

C#

public enum RotationAngle

Visual C++

public enum class RotationAngle

Members


Member name

Value

Description


Clockwise270

270



Clockwise180

180

270 degree, clockwise


Clockwise90

90

180 degree, clockwise


Zero

0

90 degree, clockwise


AntiClockwise90

-90

0 degree (no rotation)


AntiClockwise180

-180

90 degree, counter-clockwise


AntiClockwise270

-270

180 degree, counter-clockwise

See Also

Gnostice.Core.Viewer Namespace