Contents

PMPaperIsCustom(_:)

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

Declaration

func PMPaperIsCustom(_ paper: PMPaper) -> Bool

Parameters

  • 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(_:_:_:_:_:_:_:).

See Also

Creating and Using Paper Objects