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).
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.ActionsPdfAction
      SautinSoft.Pdf.FormsPdfSubmitFormAction

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public class PdfSubmitFormAction : PdfAction

The PdfSubmitFormAction type exposes the following members.

Properties
 NameDescription
Public propertyActionType Gets the SubmitForm value.
(Overrides PdfActionActionType)
Public propertyExportFormat

Gets or sets the format in which the PDF form data is exported.

Default value: FDF.

Public propertyIncludeEmptyFields

Gets or sets a value indicating whether fields with no values are excluded from the submission.

Default value: .

Public propertySelectedFields

Gets the names of the fields that are either included in the submission (if Excluded is ) or excluded from the submission (if Excluded is ).

Applicable only if All is .

Public propertyUrl(Required) A uniform resource locator (URL) of the script at the Web server that will process the submission.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also