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)
ParameterTypeDescription
fieldNameconst System::String&Submit button name.
urlconst System::String&Fully qualified URL.

ReturnValue

true if URL for button was successfully set.

See Also