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 where XFA is compiled out, because the packet reader exports are unconditional
- Use this 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 needed
See Also