---
title: "PMPaperIsCustom(_:)"
framework: applicationservices
role: symbol
role_heading: Function
path: applicationservices/1459526-pmpaperiscustom
---

# PMPaperIsCustom(_:)

Returns a Boolean value indicating whether a specified paper is a custom paper.

## Declaration

```swift
func PMPaperIsCustom(_ paper: PMPaper) -> Bool
```

## Parameters

- `paper`: The paper you’re querying to determine whether it’s a custom paper.

## Return Value

Return Value If true, the specified paper is a custom paper; otherwise, false.

## Discussion

Discussion You can create a custom paper with the function PMPaperCreateCustom(_:_:_:_:_:_:_:).

## See Also

### Creating and Using Paper Objects

- [PMPaperCreateCustom(_:_:_:_:_:_:_:)](applicationservices/1459322-pmpapercreatecustom.md)
