Manages XFA (XML Forms Architecture) forms in PDF documents. Provides methods to read and write XFA form data as XML.
Checks if the document contains XFA forms.
True if the document has XFA forms, false otherwise
Reads the XFA form data as XML string.
The XFA datasets XML content, or null if no XFA form exists
Writes XML content to the XFA datasets stream.
The XML content to write
Error if the document doesn't have XFA forms
Manages XFA (XML Forms Architecture) forms in PDF documents. Provides methods to read and write XFA form data as XML.