| Visual Basic (Declaration) | |
|---|---|
Public Enum PageRotation Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum PageRotation : Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum PageRotation : public Enum | |
| C++/CLI | |
|---|---|
public enum class PageRotation : public Enum | |
| Member | Description |
|---|---|
| left | Page is rotated left (based on text) |
| right | Page is rotated right (based on text) |
| leftOrRight | Page is rotated sideways (based on graphics) |
| none | Page is not rotated (based on text) |
| portrait | Page is not rotated or rotated upside-down (based on graphics) |
| unknown | Page rotation is unknown |
| upsideDown | Page is rotated upside-down (based on text) |