Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionSubmitForm Class / ActionSubmitForm Constructor / ActionSubmitForm Constructor(String)
The URL of the script at the Web server that will process the submission.

In This Topic
    ActionSubmitForm Constructor(String)
    In This Topic
    Initializes a new instance of the ActionSubmitForm.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal uri As System.String _
    )
    public ActionSubmitForm( 
       System.string uri
    )

    Parameters

    uri
    The URL of the script at the Web server that will process the submission.
    See Also