Aspose::Pdf::XmpPdfAExtensionField::GetXml method

XmpPdfAExtensionField::GetXml method

Returns the list of xml elements that represent field in xml tree.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Xml::XmlElement>>> Aspose::Pdf::XmpPdfAExtensionField::GetXml(System::SharedPtr<System::Xml::XmlDocument> xmlDocument) override
ParameterTypeDescription
xmlDocumentSystem::SharedPtr<System::Xml::XmlDocument>The source xml document.

ReturnValue

The list of fields.

See Also