---
title: page
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/page
---

# page

Returns the page that the annotation is associated with.

## Declaration

```swift
weak var page: PDFPage? { get set }
```

## Return Value

Return Value The PDF page associated with the annotation.

## Discussion

Discussion The addAnnotation(_:) method in the PDFPage class lets you associate an annotation with a page.

## See Also

### Accessing Information About an Annotation

- [modificationDate](pdfkit/pdfannotation/modificationdate.md)
- [userName](pdfkit/pdfannotation/username.md)
- [type](pdfkit/pdfannotation/type.md)
- [action](pdfkit/pdfannotation/action.md)
- [PDFAction](pdfkit/pdfaction.md)
- [PDFDestination](pdfkit/pdfdestination.md)
