FieldExportingData
Overview
FieldExportingData is a class in Aspose.PDF FOSS for .NET.
Data-transfer object describing a single form field (or the form-level AcroForm dictionary) as produced by the form JSON export.
Properties: AcroFormData, AppearanceState, Appearances, ChildFields, DefaultAppearance, FieldType, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string? | Read/Write | Fully qualified field name. |
Value | string? | Read/Write | The field’s value, if any. |
Flags | int? | Read/Write | The field flags (/Ff entry). |
FieldType | string? | Read/Write | The field type name (e.g. |
AcroFormData | AcroFormData? | Read/Write | Form-level AcroForm dictionary data. |
PageRef | bool | Read/Write | True when this entry references its owning page indirectly (a group/non-terminal field whose widgets carry the page reference). |
OnPage | bool? | Read/Write | True when the field’s widget is placed on a page; null when the field has no direct page placement (e.g. |
Rect | double[]? | Read/Write | The widget rectangle as [llx, lly, urx, ury], when the field has a placed widget. |
Page | int? | Read/Write | 1-based index of the page the widget is placed on, when known. |
DefaultAppearance | string? | Read/Write | The field’s /DA default-appearance string (font + size + colour). |
Options | List<string>? | Read/Write | The display values for a choice field’s /Opt entries. |
NormalCaption | string? | Read/Write | The widget’s /MK/CA normal caption (push-button label). |
OnStateName | string? | Read/Write | For a button widget, the non-“Off” key in the widget’s AP/N dict — the “on” appearance state name. |
AppearanceState | string? | Read/Write | The widget’s /AS appearance state — which /AP/N variant is currently shown. |
ChildFields | List<FieldExportingData>? | Read/Write | Child fields of a group/non-terminal field. |
Appearances | Dictionary<string, List<AppearanceEntry>>? | Read/Write | The widget’s appearance streams, captured verbatim so a re-imported field renders pixel-identically to the source rather than via the per-type generator. |