SubmitFormAction Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a submit form action.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsAction
        Apitron.PDF.Kit.Interactive.ActionsSubmitFormAction

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class SubmitFormAction : Action

The SubmitFormAction type exposes the following members.

Constructors

  NameDescription
Public methodSubmitFormAction
Initializes a new instance of the Action class.
Top
Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
(Inherited from Action.)
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFields
Gets a readonly list identifying which fields to include in the submission or which to exclude, depending on the setting of the Include flag in the Flags entry. If this entry is omitted, the Include flag shall beignored, and all fields in the document’s interactive form (AcroForm) shall be submitted except those whose NoExport flag is set. Fields with no values may also be excluded, as dictated by the value of the IncludeNoValueFields flag.
Public propertyFlags
Gets the flags for submit-form actions
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyUrl
Gets the uniform resource locator (URL) of the script at the Web server that will process the submission.
Top
See Also

Reference