---
title: circle
framework: pdfkit
role: symbol
role_heading: Type Property
path: pdfkit/pdfannotationsubtype/circle
---

# circle

An annotation that renders a circle shape.

## Declaration

```swift
static let circle: PDFAnnotationSubtype
```

## See Also

### Choosing an Annotation Subtype

- [freeText](pdfkit/pdfannotationsubtype/freetext.md)
- [highlight](pdfkit/pdfannotationsubtype/highlight.md)
- [ink](pdfkit/pdfannotationsubtype/ink.md)
- [line](pdfkit/pdfannotationsubtype/line.md)
- [link](pdfkit/pdfannotationsubtype/link.md)
- [popup](pdfkit/pdfannotationsubtype/popup.md)
- [square](pdfkit/pdfannotationsubtype/square.md)
- [stamp](pdfkit/pdfannotationsubtype/stamp.md)
- [strikeOut](pdfkit/pdfannotationsubtype/strikeout.md)
- [text](pdfkit/pdfannotationsubtype/text.md)
- [underline](pdfkit/pdfannotationsubtype/underline.md)
- [widget](pdfkit/pdfannotationsubtype/widget.md)
