Click or drag to resize

PdfiumFPDFInterForm_LoadField Method

Load the field into the internal tree of fields. If the field has already been loaded earlier.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFInterForm_LoadField(
	IntPtr interForm,
	IntPtr dict
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
dict  IntPtr
The dictionary that represents the field.
See Also