Aspose::Pdf::Facades::FormEditor::SetSubmitUrl method

FormEditor::SetSubmitUrl method

Sets URL of the button.

bool Aspose::Pdf::Facades::FormEditor::SetSubmitUrl(System::String fieldName, System::String url)
ParameterTypeDescription
fieldNameSystem::StringSubmit button name.
urlSystem::StringFully qualified URL.

ReturnValue

true if URL for button was successfully set.

See Also