AcroFormData

Overview

AcroFormData is a class in Aspose.PDF FOSS for .NET.

Form-level AcroForm dictionary data surfaced by the form JSON export.

Properties: DefaultAppearance, DefaultResources, NeedAppearances.

Properties

NameTypeAccessDescription
NeedAppearancesbool?Read/WriteThe AcroForm /NeedAppearances flag.
DefaultAppearancestring?Read/WriteThe AcroForm default appearance string (/DA).
DefaultResourcesDefaultResourcesData?Read/WriteThe AcroForm default resources (/DR) — fonts shared by fields.

See Also