PMPaperGetHeight(_:_:)
Obtains the height of the sheet of paper represented by a paper object.
Declaration
func PMPaperGetHeight(_ paper: PMPaper, _ paperHeight: UnsafeMutablePointer<Double>) -> OSStatusParameters
- paper:
The paper whose height you want to obtain.
- paperHeight:
A pointer to your double-precision variable. On return, the variable contains the height of the specified paper, in points.
Return Value
A result code. See Result Codes.