Click or drag to resize

PdfiumFPDFInterForm_HasXFAForm Method

Determines that the document contains XFA Forms

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFInterForm_HasXFAForm(
	IntPtr interForm
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.

Return Value

Boolean
True if PDF document contains XFA Forms, False otherwise
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