---
title: pdfContextBounds
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uigraphicspdfrenderercontext/pdfcontextbounds
---

# pdfContextBounds

The bounds of the PDF context for the current page.

## Declaration

```swift
var pdfContextBounds: CGRect { get }
```

## Discussion

Discussion This value represents the bounds provided to the beginPage(withBounds:pageInfo:) method that created the current page. If the current page was created using the beginPage() method, the bounds are equal to those provided at the initialization of the PDF renderer.
