FPDF_GetXFAPacketCount method
Experimental API. Function: FPDF_GetXFAPacketCount Get the number of valid packets in the XFA entry. Parameters: document - Handle to the document. Return value: The number of valid packets, or -1 on error.
Implementation
int FPDF_GetXFAPacketCount(FPDF_DOCUMENT document) {
return _FPDF_GetXFAPacketCount(document);
}