Members of this enumeration can be assigned to the PageOrientation property of the PrintOptions class to specify the orientation of printed pages.
SyntaxVB6
Copy Code
|
|---|
Public Enum EPageOrientation |
C++
Copy Code
|
|---|
enum EPageOrientation |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
poUseDefault |
0 | Specifies that the default page orientation set for a printer via its applet in the Control Panel should be used. |
![]() |
poPortrait |
1 | Specifies portrait orientation for printed pages. |
![]() |
poLandscape |
2 | Specifies landscape orientation for printed pages. |
See Also