Aspose::Pdf::XmpPdfAExtensionObject::GetXml method

XmpPdfAExtensionObject::GetXml method

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

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

ReturnValue

The list of xml elements.

See Also