[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionResetForm

ActionResetForm Class

Defines an action resets selected interactive form fields to their default values; If no default value is defined for a field, its value is cleared. For fields that can have no value (such as PushButtonField), the action has no effect.

Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: DS.Documents.Pdf.dll
Syntax
public class ActionResetForm : ActionFieldsBase, IPdfDict
Public Class ActionResetForm
    Inherits ActionFieldsBase
    Implements IPdfDict

Constructors

Name Description
ActionResetForm()

Initializes a new instance of the ActionSubmitForm.

Extension Methods