Aspose::Pdf::Facades::FormEditor::AddFieldScript method
FormEditor::AddFieldScript method
Add JavaScript for a PushButton field. If old event exists, new event is added after it.
bool Aspose::Pdf::Facades::FormEditor::AddFieldScript(const System::String &fieldName, const System::String &script)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The fully qualified field name. |
| script | const System::String& | The Java script to be added/placed into a push button field. |
ReturnValue
True in case script was added successfully.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++