---
title: annotations
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfpage/annotations
---

# annotations

Returns an array containing the page’s annotations.

## Declaration

```swift
var annotations: [PDFAnnotation] { get }
```

## Discussion

Discussion The elements of the array will most likely be typed to subclasses of the PDFAnnotation class.

## See Also

### Working with Annotations

- [displaysAnnotations](pdfkit/pdfpage/displaysannotations.md)
- [addAnnotation(_:)](pdfkit/pdfpage/addannotation(_:).md)
- [removeAnnotation(_:)](pdfkit/pdfpage/removeannotation(_:).md)
- [annotation(at:)](pdfkit/pdfpage/annotation(at:).md)
