FormEditor.SetSubmitUrl
FormEditor.SetSubmitUrl method
Sets URL of the button.
public bool SetSubmitUrl(string fieldName, string url)
| Parameter | Type | Description |
|---|---|---|
| fieldName | String | Submit button name. |
| url | String | Fully qualified URL. |
Return Value
true if URL for button was successfully set.
Examples
FormEditor formEditor = new FormEditor("PdfForm.pdf", "FormEditor_SetSubmitUrl.pdf");
formEditor.SetSubmitUrl("btnSubmit", "www.mysite.com");
See Also
- class FormEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF