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

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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