<!--
{
  "documentType" : "article",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/draw-operations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Draw Operations"
}
-->

# Draw Operations

Draw in a PDF page.

## Topics

### Drawing in a PDF Page

[`func draw(PDFPage, to: CGContext)`](/documentation/PDFKit/PDFView/draw(_:to:))

Draw and render a visible page to a context.

[`func drawPagePost(PDFPage, to: CGContext)`](/documentation/PDFKit/PDFView/drawPagePost(_:to:))

Perform post-page rendering for a page rendered to a context.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)