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

FormEditor::SetSubmitUrl method

Establece la URL del botón.

bool Aspose::Pdf::Facades::FormEditor::SetSubmitUrl(const System::String &fieldName, const System::String &url)
ParámetroTipoDescripción
fieldNameconst System::String&Nombre del botón de envío.
urlconst System::String&URL totalmente calificada.

ReturnValue

true si la URL del botón se estableció correctamente.

Ver también