Aspose::Pdf::XmpPdfAExtensionObject::GetXml método

XmpPdfAExtensionObject::GetXml method

Devuelve la lista de elementos xml que representan el objeto en el árbol xml.

virtual System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Xml::XmlElement>>> Aspose::Pdf::XmpPdfAExtensionObject::GetXml(System::SharedPtr<System::Xml::XmlDocument> xmlDocument)=0
ParámetroTipoDescripción
xmlDocumentSystem::SharedPtr<System::Xml::XmlDocument>El documento xml fuente.

ReturnValue

The list of xml elements.

Ver también