---
title: PMPreset
framework: applicationservices
role: symbol
role_heading: Type Alias
path: applicationservices/pmpreset
---

# PMPreset

An opaque type that stores information about a named preset available for a print job.

## Declaration

```swift
typealias PMPreset = OpaquePointer
```

## Discussion

Discussion Your application uses a preset object to identify a named preset in the Print dialog. You typically obtain an instance of this type using the function PMPrinterCopyPresets(_:_:).
