---
title: PMPrinter
framework: applicationservices
role: symbol
role_heading: Type Alias
path: applicationservices/pmprinter
---

# PMPrinter

An opaque type that represents a printer.

## Declaration

```swift
typealias PMPrinter = OpaquePointer
```

## Discussion

Discussion You typically obtain a printer object using the function PMSessionGetCurrentPrinter(_:_:) or PMServerCreatePrinterList(_:_:).
