 | PdfInteractiveFormsHasXFAForm Property |
Determines that the document contains XFA Forms
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic bool HasXFAForm { get; }
Public ReadOnly Property HasXFAForm As Boolean
Get
public:
property bool HasXFAForm {
bool get ();
}
member HasXFAForm : bool with get
/** @property */
public boolean get_HasXFAForm()
function get_HasXFAForm();
Property Value
Type:
Boolean
Remarks
PDF 1.5 introduces support for interactive forms based on the Adobe XML Forms Architecture (XFA). The XFA entry in the interactive forms dictionary specifies an XFA resource, which is an XML stream that contains the
form information. The format of an XFA resource is described in the XML Data Package (XDP) Specification
See Also