Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 895 Bytes

printorientation.md

File metadata and controls

43 lines (29 loc) · 895 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Graphics.Printing.PrintOrientation
winrt enum
xbox

PrintOrientation

-description

Specifies the orientation options for the printed output.

-enum-fields

-field Default:0

The default orientation option.

-field NotAvailable:1

An orientaiton option that is not available with the application or one that is not supported by the print device.

-field PrinterCustom:2

A custom orientation that is specific to the print device.

-field Portrait:3

The Portrait orientation option.

-field PortraitFlipped:4

The PortraitFlipped orientation option.

-field Landscape:5

The Landscape orientation option.

-field LandscapeFlipped:6

The LandscapeFlipped orientation option.

-remarks

-examples

-see-also