<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrintInfo/Orientation-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSPrintingOrientation"
  },
  "title" : "NSPrintInfo.Orientation"
}
-->

# NSPrintInfo.Orientation

Constants that specify page orientations.

```
enum Orientation
```

## Topics

### Constants

[`NSPortraitOrientation`](/documentation/AppKit/NSPrintInfo/Orientation-swift.enum/portraitOrientation)

Orientation is portrait (page is taller than it is wide).

[`NSLandscapeOrientation`](/documentation/AppKit/NSPrintInfo/Orientation-swift.enum/landscapeOrientation)

Orientation is landscape (page is wider than it is tall).

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)