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
| Name | Type | Access | Description |
|---|---|---|---|
Value | string | Read | The field’s value from the XFA datasets, resolved through the template-to-data binding of its SOM path; empty string when unbound/absent. |
Methods
| Signature | Description |
|---|---|
GetInstance(xfa: XFA, somPath: string) | Return an XfaField for the given template SOM path within xfa. |