CGPDFPageRef
CGPDFPageRef is a data type in the Core Graphics framework of Apple's operating system development environments, specifically for macOS, iOS, and tvOS. It represents a single page within a PDF document. Instances of CGPDFPageRef are obtained from a CGPDFDocumentRef, which represents the entire PDF document.
A CGPDFPageRef provides access to the content and properties of a specific page. It allows developers to
When working with a CGPDFPageRef, developers typically obtain it by specifying a page number or index from