---
title: action
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/action
---

# action

An object that represents an action for a PDF element, such as a link annotation.

## Declaration

```swift
var action: PDFAction? { get set }
```

## See Also

### Accessing Information About an Annotation

- [page](pdfkit/pdfannotation/page.md)
- [modificationDate](pdfkit/pdfannotation/modificationdate.md)
- [userName](pdfkit/pdfannotation/username.md)
- [type](pdfkit/pdfannotation/type.md)
- [PDFAction](pdfkit/pdfaction.md)
- [PDFDestination](pdfkit/pdfdestination.md)
