Aspose::Pdf::XmpPdfAExtensionSchema::GetSchemaXml method

XmpPdfAExtensionSchema::GetSchemaXml method

Returns the xml element (tag - li) that represents schema in xml tree.

System::SharedPtr<System::Xml::XmlElement> Aspose::Pdf::XmpPdfAExtensionSchema::GetSchemaXml(System::SharedPtr<System::Xml::XmlDocument> xmlDocument)
ParameterTypeDescription
xmlDocumentSystem::SharedPtr<System::Xml::XmlDocument>The source xml document.

ReturnValue

The xml element.

See Also