XFA

Overview

XFA is a class in Aspose.PDF FOSS for C++.

XFA provides access to XML‑based XFA form data; calling FieldNames() yields a list of all field identifiers present in the XFA document.

This class provides 2 methods for working with XFA objects in C++ programs. Available methods include: FieldNames, XFA. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
XFA()Calls XFA on this XFA instance.
FieldNames()std::vector<std::string>Calls FieldNames on this XFA instance.

See Also