The bounds of the PDF context for the current page.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- UIKit
Declaration
var pdfContextBounds: CGRect { get }
Discussion
This value represents the bounds provided to the begin
method that created the current page. If the current page was created using the begin
method, the bounds are equal to those provided at the initialization of the PDF renderer.