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

Form::AssignXfa method

Sets XFA of the form to specified value.

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

See Also