XfaField
XfaForm Property
|
Gets the xfa form of the xfa field.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public XFAForm XfaForm { get; }
Public ReadOnly Property XfaForm As XFAForm
Get
public:
property XFAForm^ XfaForm {
XFAForm^ get ();
}
member XfaForm : XFAForm with get
Property Value
Type:
XFAForm
See Also