Click or drag to resize

PdfResetFormAction Class

A reset-form action resets selected interactive form fields to their default values.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfResetFormAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfResetFormAction : PdfAction

The PdfResetFormAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfResetFormAction(PdfDocument) Initializes a new instance of the PdfResetFormAction class with the array of field names.
Public methodPdfResetFormAction(PdfDocument, PdfField) Initializes a new instance of the PdfResetFormAction class with the array of fields.
Public methodPdfResetFormAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfResetFormAction(PdfDocument, String) Initializes a new instance of the PdfResetFormAction class with the array of field names.
Top
Properties
 NameDescription
Public propertyFields Gets or sets an array identifying which fields to reset or which to exclude from resetting, depending on the setting of the IncludeExclude flag in the Flags property.
Public propertyFlags Gets or sets a set of flags specifying various characteristics of the action. See SubmitFormFlags.
Public propertyNames Gets or sets an array of a text string representing the fully qualified name of a field.
Top
See Also