<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.5.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFActionNamed",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFActionNamed"
  },
  "title" : "PDFActionNamed"
}
-->

# PDFActionNamed

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

```
class PDFActionNamed
```

## 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`](/documentation/PDFKit/PDFActionNamed/name)

Returns the name of the named action.

### Initializing the Action

[`init(name:)`](/documentation/PDFKit/PDFActionNamed/init(name:))

Initializes the `PDFActionName` object with the specified named action.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)