---
title: NSPrintInfo.PaperOrientation
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsprintinfo/paperorientation
---

# NSPrintInfo.PaperOrientation

Constants that describe the orientation of printing on a page.

## Declaration

```swift
enum PaperOrientation
```

## Topics

### Orientations

- [NSPrintInfo.PaperOrientation.portrait](appkit/nsprintinfo/paperorientation/portrait.md)
- [NSPrintInfo.PaperOrientation.landscape](appkit/nsprintinfo/paperorientation/landscape.md)

### Initializers

- [init(rawValue:)](appkit/nsprintinfo/paperorientation/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing the Printing Rectangle

- [paperSize](appkit/nsprintinfo/papersize.md)
- [topMargin](appkit/nsprintinfo/topmargin.md)
- [bottomMargin](appkit/nsprintinfo/bottommargin.md)
- [leftMargin](appkit/nsprintinfo/leftmargin.md)
- [rightMargin](appkit/nsprintinfo/rightmargin.md)
- [imageablePageBounds](appkit/nsprintinfo/imageablepagebounds.md)
- [orientation](appkit/nsprintinfo/orientation-swift.property.md)
- [paperName](appkit/nsprintinfo/papername.md)
- [NSPrinter.PaperName](appkit/nsprinter/papername.md)
- [localizedPaperName](appkit/nsprintinfo/localizedpapername.md)
