PdfSubmitFormAction Properties

The PdfSubmitFormAction type exposes the following members.

Properties

  NameDescription
Public propertyControlCount
Gets the number of controls associated with this action.
(Inherited from PdfControlAction.)
Public propertyControls
Gets the collection of controls associated with this action.
(Inherited from PdfControlAction.)
Public propertyIncludeNoValueControls
Gets or sets a value indicating whether to submit controls without a value.
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)
Public propertySubmitFormat
Gets or sets the submit format.
Public propertySubmitMethod
Gets or sets the submit method.
Public propertyUri
Gets or sets the uniform resource identifier (URI) of the script at the Web server that will process the submission.

See Also