This topic has not yet been rated - Rate this topic

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.

MemberValueDescription
Default | default0

The default orientation option.

NotAvailable | notAvailable1

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

PrinterCustom | printerCustom2

A custom orientation that is specific to the print device.

Portrait | portrait3

The Portrait orientation option.

PortraitFlipped | portraitFlipped4

The PortraitFlipped orientation option.

Landscape | landscape5

The Landscape orientation option.

LandscapeFlipped | landscapeFlipped6

The LandscapeFlipped orientation option.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Graphics.Printing
Windows::Graphics::Printing [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.