FormData
Overview
FormData is a interface in Aspose.PDF FOSS for TypeScript.
Properties: annotSkips, annots, fields, file, id.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fields | : FormDataField[] | Read | Gets the fields. |
file | : string | Read | /F — the file the data was exported from. |
id | : [string, string] | Read | The originating document’s trailer /ID pair, hex-encoded. |
annots | : AnnotData[] | Read | Annotations carried by the data file, when it has any. |
annotSkips | : SkippedAnnot[] | Read | Annotations the format module could not read. |