Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Actions Namespace / ActionSubmitForm Class / URI Property

In This Topic
    URI Property (ActionSubmitForm)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.FileSpecification object defining URL of the script at the Web server that will process the submission.
    Syntax
    'Declaration
     
    Public Property URI As FileSpecification
    public FileSpecification URI {get; set;}
    See Also