page
Returns the page that the annotation is associated with.
Declaration
weak var page: PDFPage? { get set }Return Value
The PDF page associated with the annotation.
Discussion
The addAnnotation(_:) method in the PDFPage class lets you associate an annotation with a page.