Click or drag to resize

PdfiumFPDFDOC_InitFormFillEnvironment(IntPtr, IntPtr, IntPtr) 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,
	IntPtr formInfo,
	IntPtr jsPlatform
)

Parameters

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

Return Value

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