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

# displaysAnnotations

Returns a Boolean value indicating whether annotations are displayed for the page.

## Declaration

```swift
var displaysAnnotations: Bool { get set }
```

## Discussion

Discussion If true, the page will draw annotations when a drawing method is called.

## See Also

### Related Documentation

- [draw(with:)](pdfkit/pdfpage/draw(with:).md)

### Working with Annotations

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