Aspose::Pdf::Forms::Form::AssignXfa method

Form::AssignXfa method

Sets XFA of the form to specified value.

void Aspose::Pdf::Forms::Form::AssignXfa(System::SharedPtr<System::Xml::XmlDocument> xml)
ParameterTypeDescription
xmlSystem::SharedPtr<System::Xml::XmlDocument>Xml document which concains new XFA data.

See Also