PrintOrientation enumeration
Specifies the orientation options for the printed output.
Syntax
var value = Windows.Graphics.Printing.PrintOrientation.default;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The PrintOrientation enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Default | default | 0 |
The default orientation option. |
| NotAvailable | notAvailable | 1 |
An orientaiton option that is not available with the application or one that is not supported by the print device. |
| PrinterCustom | printerCustom | 2 |
A custom orientation that is specific to the print device. |
| Portrait | portrait | 3 |
The Portrait orientation option. |
| PortraitFlipped | portraitFlipped | 4 |
The PortraitFlipped orientation option. |
| Landscape | landscape | 5 |
The Landscape orientation option. |
| LandscapeFlipped | landscapeFlipped | 6 |
The LandscapeFlipped orientation option. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
