<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrinter/printerTypes",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPrinter(cpy)printerTypes"
  },
  "title" : "printerTypes"
}
-->

# printerTypes

Returns descriptions of the makes and models of all available printers.

```
class var printerTypes: [NSPrinter.TypeName] { get }
```

## Return Value

An array of `NSString` objects, each of which contains the make and model information for a supported printer.

## See Also

[`type`](/documentation/AppKit/NSPrinter/type)

A description of the printer’s make and model.



---

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)