FormEditor.AddFieldScript
FormEditor.AddFieldScript method
Add JavaScript for a PushButton field. If old event exists, new event is added after it.
public bool AddFieldScript(string fieldName, string script)
| Parameter | Type | Description |
|---|---|---|
| fieldName | String | The fully qualified field name. |
| script | String | The Java script to be added/placed into a push button field. |
Return Value
True in case script was added successfully.
See Also
- class FormEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF