<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIGraphicsPDFRendererContext/pdfContextBounds",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIGraphicsPDFRendererContext(py)pdfContextBounds"
  },
  "title" : "pdfContextBounds"
}
-->

# pdfContextBounds

The bounds of the PDF context for the current page.

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

## Discussion

This value represents the bounds provided to the [`beginPage(withBounds:pageInfo:)`](/documentation/UIKit/UIGraphicsPDFRendererContext/beginPage(withBounds:pageInfo:)) method that created the current page. If the current page was created using the [`beginPage()`](/documentation/UIKit/UIGraphicsPDFRendererContext/beginPage()) method, the bounds are equal to those provided at the initialization of the PDF renderer.

---

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)