XfaField

Overview

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

Represents a single field of an XFA form addressed by its template SOM path (e.g.

This class provides 1 method for working with XfaField objects in .NET programs. Available methods include: GetInstance. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Value.

Properties

NameTypeAccessDescription
ValuestringReadThe field’s value from the XFA datasets, resolved through the template-to-data binding of its SOM path; empty string when unbound/absent.

Methods

SignatureDescription
GetInstance(xfa: XFA, somPath: string)Return an XfaField for the given template SOM path within xfa.

See Also

 English