<!--
{
  "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/PDFActionResetForm",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFActionResetForm"
  },
  "title" : "PDFActionResetForm"
}
-->

# PDFActionResetForm

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

```
class PDFActionResetForm
```

## Overview

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

## Topics

### Initializing a Reset Form Action

[`init()`](/documentation/PDFKit/PDFActionResetForm/init())

Initializes a reset form action.

### Accessing and Changing Fields

[`fields`](/documentation/PDFKit/PDFActionResetForm/fields)

Returns an array of fields associated with the reset action.

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

[`fieldsIncludedAreCleared`](/documentation/PDFKit/PDFActionResetForm/fieldsIncludedAreCleared)

Sets whether the fields associated with the reset action are cleared when the action is performed.



---

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)