SubmitAction
Overview
SubmitAction is a class in Aspose.PDF FOSS for TypeScript.
A SubmitForm action: send the form’s field values to url.
Properties: exclude, fields, format, type, url.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | : 'submit' | Read | Gets the type. |
url | : string | Read | Gets the url. |
fields | : string[] | Read | Fully-qualified field names. |
exclude | : boolean | Read | Treat fields as an exclusion list (/Flags IncludeExclude). |
format | : 'fdf' | 'html' | 'xfdf' | 'pdf' | Read | Wire format. |