---
title: PMPaperMargins
framework: applicationservices
role: symbol
role_heading: Type Alias
path: applicationservices/pmpapermargins
---

# PMPaperMargins

A data structure that specifies the unprintable area of a paper object.

## Declaration

```swift
typealias PMPaperMargins = PMRect
```

## Discussion

Discussion Your application specifies paper margins when calling the function PMPaperCreateCustom(_:_:_:_:_:_:_:) to create a custom paper type. You can obtain a paper’s margins with the function PMPaperGetMargins(_:_:).
