PrintOrientation 열거형

정의

인쇄된 출력의 방향 옵션을 지정합니다.

public enum class PrintOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PrintOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PrintOrientation
var value = Windows.Graphics.Printing.PrintOrientation.default
Public Enum PrintOrientation
상속
PrintOrientation
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Default 0

기본 방향 옵션입니다.

Landscape 5

가로 방향 옵션입니다.

LandscapeFlipped 6

LandscapeFlipped 방향 옵션입니다.

NotAvailable 1

응용 프로그램에서 사용할 수 없거나 인쇄 디바이스에서 지원되지 않는 오리엔타이톤 옵션입니다.

Portrait 3

세로 방향 옵션입니다.

PortraitFlipped 4

PortraitFlipped 방향 옵션입니다.

PrinterCustom 2

인쇄 장치와 관련된 사용자 지정 방향입니다.

적용 대상