Component: TPdf · Unit: PDFium
Reports whether the XFA packet reader exports are available, allowing template/datasets/config extraction without an active XFA runtime
Remarks
- True on any reasonably modern pdfium.dll, including builds with XFA compiled out, because the packet reader exports are unconditional
- Use it to guard GetXfaPacketCount / GetXfaPacketName / GetXfaPacketContent calls on builds where XFA availability is uncertain
- Static packet reading is sufficient for compliance auditing and data migration where full XFA rendering is not required
See Also