| Visual Basic (Declaration) | |
|---|---|
Public Enum EPageRotation Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EPageRotation | |
| C# | |
|---|---|
public enum EPageRotation : System.Enum | |
| Delphi | |
|---|---|
public enum EPageRotation = class(System.Enum) | |
| JScript | |
|---|---|
public enum EPageRotation extends System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum EPageRotation : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class EPageRotation : public System.Enum | |
| Member | Description |
|---|---|
| ciRotLeft | Page is rotated left |
| ciRotLeftOrRight | Page is rotated left or right |
| ciRotNone | Page is not rotated |
| ciRotPortrait | Page is not rotated or rotated upside down |
| ciRotRight | Page is rotated right |
| ciRotUnknown | Page rotation unknown |
| ciRotUpsideDown | Page rotated upside down |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family