drawPDFPage(_:)
Draws the content of a PDF page into the current graphics context.
Declaration
func drawPDFPage(_ page: CGPDFPage)Parameters
- page:
A Core Graphics PDF page.
Discussion
This function works in conjunction with the CGPDFPage type to draw individual PDF pages into a context.