FPDF_LoadXFA function
- @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
- FPDF_DOCUMENT document
Function: FPDF_LoadXFA If the document consists of XFA fields, call this method to attempt to load XFA fields. Parameters: document - Handle to document from FPDF_LoadDocument(). Return Value: TRUE upon success, otherwise FALSE. If XFA support is not built into PDFium, performs no action and always returns FALSE.
Implementation
@ffi.Native<FPDF_BOOL Function(FPDF_DOCUMENT)>()
external int FPDF_LoadXFA(FPDF_DOCUMENT document);