Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionSubmitForm Class
Members

In This Topic
    ActionSubmitForm Class
    In This Topic
    Defines an action that transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL), presumably the address of a Web server that will process them and send back a response.
    Object Model
    ActionSubmitForm Class
    Syntax
    'Declaration
     
    Public Class ActionSubmitForm 
       Inherits ActionFieldsBase
    public class ActionSubmitForm : ActionFieldsBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.DocAction
             GrapeCity.Documents.Pdf.Actions.ActionBase
                GrapeCity.Documents.Pdf.Actions.ActionFieldsBase
                   GrapeCity.Documents.Pdf.Actions.ActionSubmitForm

    See Also