Click or drag to resize

PdfSubmitFormAction Class

A submit-form action transmits the names and values of selected interactive form fields to a specified uniform resource locator(URL), presumably the address of a Web server that will process them and send back a response.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfSubmitFormAction

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

The PdfSubmitFormAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfSubmitFormAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfSubmitFormAction(PdfDocument, String) Initializes a new instance of the PdfSubmitFormAction class with the url and an array of field names.
Public methodPdfSubmitFormAction(PdfDocument, String, PdfField) Initializes a new instance of the PdfSubmitFormAction class with the url and an array of fields.
Public methodPdfSubmitFormAction(PdfDocument, String, String) Initializes a new instance of the PdfSubmitFormAction class with the url and an array of field names.
Top
Properties
 NameDescription
Public propertyFields Gets or sets an array identifying which fields to include in the submission or which to exclude, 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.
Public propertyUrl Gets or sets the uniform resource locator (URL) of the script at the Web server that will process the submission.
Top
See Also