The page index, which starts from 0 as the first page.
The full field name. It should not be an empty string.
Field type. Please refer to FieldType except Field_Type.
Rectangle of the new form control which specifies the position in PDF page. It should be in [PDF coordinate system].
Promise.<{ success:boolean, - true means success, while false means failure. newFieldName:string - if the specified field name can not be used for a new field in specified field type, It will use a new field name for the specified field type. }>
Get PDFField specified by title(a.k.a name).
The title of field.
Get the count of form fields including unsupported signature.
Remove a form field.
A string value. It should not be an empty string.
true means success, while false means failure.
Add a new form control to a specified form field. If the form field does not exist, this function will add a form field as well. (Not support signature field)
FiledType
Form