Click or drag to resize

PdfiumFPDFDOC_InitFormFillEnvironment(IntPtr, FPDF_FORMFILLINFO, IPDF_JSPLATFORM) Method

Init form fill environment.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFDOC_InitFormFillEnvironment(
	IntPtr document,
	FPDF_FORMFILLINFO formInfo,
	IPDF_JSPLATFORM jsPlatform
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) function.
formInfo  FPDF_FORMFILLINFO
Pointer to a FPDF_FORMFILLINFO structure.
jsPlatform  IPDF_JSPLATFORM
Pointer to a IPDF_JSPLATFORM structure.

Return Value

IntPtr
Return handle to the form fill module. IntPtr.Zero means fails.
See Also