PDF .NET Library Documentation - PDF Technologies, Inc.
A submit-form action transmits the names and values of selected PDF Controls to a specified uniform resource locator (URL), usualy the address of a World Wide Web server that will process them and send back a response.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFSubmitFormAction : PDFAction
Visual Basic (Declaration)
Public Class PDFSubmitFormAction _
	Inherits PDFAction
Visual C++
public ref class PDFSubmitFormAction : public PDFAction

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFSubmitFormAction

See Also