PMPaperIsCustom(_:)
Returns a Boolean value indicating whether a specified paper is a custom paper.
Declaration
func PMPaperIsCustom(_ paper: PMPaper) -> BoolParameters
- paper:
The paper you’re querying to determine whether it’s a custom paper.
Return Value
If true, the specified paper is a custom paper; otherwise, false.
Discussion
You can create a custom paper with the function PMPaperCreateCustom(_:_:_:_:_:_:_:).