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

# link

An annotation that provides a hyperlink to a location in the document, or an action to perform when the user clicks or taps it.

## Declaration

```swift
static let link: 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)
- [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)
