The submit form action send form data (containing field values) to a URL in a specified format.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class SubmitFormAction : FormAction
Visual Basic
Public Class SubmitFormAction _
	Inherits FormAction

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Actions..::..Action
    TallComponents.PDF.Actions..::..FormAction
      TallComponents.PDF.Actions..::..SubmitFormAction

See Also