PdfFormWidget
XFAForm Property
|
Gets XFA data of the form.
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