---
title: NSPrinter.PaperName
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsprinter/papername
---

# NSPrinter.PaperName

The type you use to specify the name of a type of paper.

## Declaration

```swift
struct PaperName
```

## Topics

### Initializers

- [init(_:)](appkit/nsprinter/papername/init(_:).md)
- [init(rawValue:)](appkit/nsprinter/papername/init(rawvalue:).md)

## Relationships

### Conforms To

- [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)
- [NSPrintInfo.PaperOrientation](appkit/nsprintinfo/paperorientation.md)
- [paperName](appkit/nsprintinfo/papername.md)
- [localizedPaperName](appkit/nsprintinfo/localizedpapername.md)
