---
title: NSPrinter.TypeName
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsprinter/typename
---

# NSPrinter.TypeName

The type you use to describe a printer’s make and model.

## Declaration

```swift
struct TypeName
```

## Topics

### Initializers

- [init(_:)](appkit/nsprinter/typename/init(_:).md)
- [init(rawValue:)](appkit/nsprinter/typename/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

### Getting General Printer Information

- [printerNames](appkit/nsprinter/printernames.md)
- [printerTypes](appkit/nsprinter/printertypes.md)
