---
title: "drawPagePost(_:)"
framework: pdfkit
role: symbol
role_heading: Instance Method
path: "pdfkit/pdfview/drawpagepost(_:)"
---

# drawPagePost(_:)

Perform post-page rendering.

## Declaration

```swift
func drawPagePost(_ page: PDFPage)
```

## Discussion

Discussion The default implementation of this method draws the text highlighting (if any) for the page. This method does not apply scaling or rotating to the current context to map to page space; instead, the context is in view-space coordinates (in which the origin is at the lower-left corner of the current PDF view).

## See Also

### Rendering the View and Printing

- [draw(_:)](pdfkit/pdfview/draw(_:).md)
- [print(with:autoRotate:)](pdfkit/pdfview/print(with:autorotate:).md)
- [print(with:autoRotate:pageScaling:)](pdfkit/pdfview/print(with:autorotate:pagescaling:).md)
