Aspose::Pdf::XmpPdfAExtensionSchema::GetValuesXml method

XmpPdfAExtensionSchema::GetValuesXml method

Gets the values of properties as xml tree representation.

void Aspose::Pdf::XmpPdfAExtensionSchema::GetValuesXml(System::SharedPtr<System::Xml::XmlDocument> xmlDocument, System::SharedPtr<System::Xml::XmlElement> rootElement)
ParameterTypeDescription
xmlDocumentSystem::SharedPtr<System::Xml::XmlDocument>The source xml document.
rootElementSystem::SharedPtr<System::Xml::XmlElement>The root node of properties values list.

See Also