 | PdfiumFPDFDOC_InitFormFillEnvironment(IntPtr, FPDF_FORMFILLINFO, IPDF_JSPLATFORM) Method |
Init form fill environment.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFDOC_InitFormFillEnvironment(
IntPtr document,
FPDF_FORMFILLINFO formInfo,
IPDF_JSPLATFORM jsPlatform
)
Public Shared Function FPDFDOC_InitFormFillEnvironment (
document As IntPtr,
formInfo As FPDF_FORMFILLINFO,
jsPlatform As IPDF_JSPLATFORM
) As IntPtr
public:
static IntPtr FPDFDOC_InitFormFillEnvironment(
IntPtr document,
FPDF_FORMFILLINFO^ formInfo,
IPDF_JSPLATFORM^ jsPlatform
)
static member FPDFDOC_InitFormFillEnvironment :
document : IntPtr *
formInfo : FPDF_FORMFILLINFO *
jsPlatform : IPDF_JSPLATFORM -> IntPtr
public static IntPtr FPDFDOC_InitFormFillEnvironment(
IntPtr document,
FPDF_FORMFILLINFO formInfo,
IPDF_JSPLATFORM jsPlatform
)
Patagames.Pdf.Pdfium.FPDFDOC_InitFormFillEnvironment = function(document, formInfo, 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
IntPtrReturn handle to the form fill module. IntPtr.Zero means fails.
See Also