---
title: "drawPDFPage(_:)"
framework: coregraphics
role: symbol
role_heading: Instance Method
path: "coregraphics/cgcontext/drawpdfpage(_:)"
---

# drawPDFPage(_:)

Draws the content of a PDF page into the current graphics context.

## Declaration

```swift
func drawPDFPage(_ page: CGPDFPage)
```

## Parameters

- `page`: A Core Graphics PDF page.

## Discussion

Discussion This function works in conjunction with the CGPDFPage type to draw individual PDF pages into a context.

## See Also

### Drawing Images and PDF Content

- [draw(_:in:byTiling:)](coregraphics/cgcontext/draw(_:in:bytiling:).md)
- [interpolationQuality](coregraphics/cgcontext/interpolationquality.md)
- [CGInterpolationQuality](coregraphics/cginterpolationquality.md)
