Aspose::Pdf::Facades::FormEditor::SetSubmitUrl method
FormEditor::SetSubmitUrl method
Sets URL of the button.
bool Aspose::Pdf::Facades::FormEditor::SetSubmitUrl(const System::String &fieldName, const System::String &url)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Submit button name. |
| url | const System::String& | Fully qualified URL. |
ReturnValue
true if URL for button was successfully set.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++