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)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of new button. |
| page | int32_t | Page where button will be placed. |
| label | const System::String& | Button caption. |
| url | const System::String& | URL of the submit button. |
| llx | float | Abscissa of the lower-left corner. |
| lly | float | Ordinate of the lower-left corner. |
| urx | float | Abscissa of the upper-right corner. |
| ury | float | Ordinate of the upper-right corner. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++