---
title: PDFActionNamed
framework: pdfkit
role: symbol
role_heading: Class
path: pdfkit/pdfactionnamed
---

# PDFActionNamed

PDFActionNamed defines methods used to work with actions in PDF documents, some of which are named in the Adobe PDF Specification.

## Declaration

```swift
class PDFActionNamed
```

## Overview

Overview A PDFActionNamed object represents an action with a defined name, such as “Go back” or “Zoom in.”

## Topics

### Accessing the Name of the Action

- [name](pdfkit/pdfactionnamed/name.md)

### Initializing the Action

- [init(name:)](pdfkit/pdfactionnamed/init(name:).md)

## Relationships

### Inherits From

- [PDFAction](pdfkit/pdfaction.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Action Types

- [PDFActionGoTo](pdfkit/pdfactiongoto.md)
- [PDFActionRemoteGoTo](pdfkit/pdfactionremotegoto.md)
- [PDFActionResetForm](pdfkit/pdfactionresetform.md)
- [PDFActionURL](pdfkit/pdfactionurl.md)
- [PDFActionNamedName](pdfkit/pdfactionnamedname.md)
