---
title: PDFActionURL
framework: pdfkit
role: symbol
role_heading: Class
path: pdfkit/pdfactionurl
---

# PDFActionURL

PDFActionURL, a subclass of PDFAction, defines methods for getting and setting the URL associated with a URL action.

## Declaration

```swift
class PDFActionURL
```

## Topics

### Initializing a URL Action

- [init(url:)](pdfkit/pdfactionurl/init(url:)-5wtb3.md)

### Accessing and Changing the URL

- [url](pdfkit/pdfactionurl/url.md)

### Initializers

- [init(URL:)](pdfkit/pdfactionurl/init(url:)-1e0qw.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)
- [PDFActionNamed](pdfkit/pdfactionnamed.md)
- [PDFActionRemoteGoTo](pdfkit/pdfactionremotegoto.md)
- [PDFActionResetForm](pdfkit/pdfactionresetform.md)
- [PDFActionNamedName](pdfkit/pdfactionnamedname.md)
