ResetFormAction

ResetFormAction

Overview

ResetFormAction is a type in Aspose.PDF FOSS for Go.

ResetFormAction resets named form fields to their /DV defaults.

This type provides 3 methods for working with ResetFormAction objects in Go programs. Available methods include: ActionType, FieldNames, SetFieldNames. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
ActionType()ActionTypeReturns the action type.
FieldNames()[]stringFieldNames returns a copy of the field-name list.
SetFieldNames(f: []string)SetFieldNames replaces the field-name list.

See Also