pageSize(forPaper:)
Returns the size of the page for the specified paper type.
Declaration
func pageSize(forPaper paperName: NSPrinter.PaperName) -> NSSizeParameters
- paperName:
Possible values are printer-dependent and are contained in the printer’s PPD file. Typical values are “Letter” and “Legal”.
Return Value
The size of the page, measured in points in the user coordinate space. The returned size is zero if the specified paper name is not recognized or its entry in the PPD file cannot be parsed.