---
title: PDFActionResetForm
framework: pdfkit
role: symbol
role_heading: Class
path: pdfkit/pdfactionresetform
---

# PDFActionResetForm

PDFActionResetForm, a subclass of PDFAction, defines methods for getting and clearing fields in a PDF form.

## Declaration

```swift
class PDFActionResetForm
```

## Overview

Overview A PDFActionResetForm object represents an action associated with a PDF form.

## Topics

### Initializing a Reset Form Action

- [init()](pdfkit/pdfactionresetform/init().md)

### Accessing and Changing Fields

- [fields](pdfkit/pdfactionresetform/fields.md)

### Determining Whether Fields are Cleared When the Action is Performed

- [fieldsIncludedAreCleared](pdfkit/pdfactionresetform/fieldsincludedarecleared.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)
- [PDFActionURL](pdfkit/pdfactionurl.md)
- [PDFActionNamedName](pdfkit/pdfactionnamedname.md)
