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

# popup

An annotation that displays text in a pop-up window for entry and editing.

## Declaration

```swift
static let popup: PDFAnnotationSubtype
```

## See Also

### Choosing an Annotation Subtype

- [circle](pdfkit/pdfannotationsubtype/circle.md)
- [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)
- [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)
