Aspose::Pdf::Facades::FormEditor::AddSubmitBtn method

FormEditor::AddSubmitBtn method

Add submit button on the form.

void Aspose::Pdf::Facades::FormEditor::AddSubmitBtn(const System::String &fieldName, int32_t page, const System::String &label, const System::String &url, float llx, float lly, float urx, float ury)
ParameterTypeDescription
fieldNameconst System::String&Name of new button.
pageint32_tPage where button will be placed.
labelconst System::String&Button caption.
urlconst System::String&URL of the submit button.
llxfloatAbscissa of the lower-left corner.
llyfloatOrdinate of the lower-left corner.
urxfloatAbscissa of the upper-right corner.
uryfloatOrdinate of the upper-right corner.

See Also