XmpPdfAExtensionObject.GetXml

XmpPdfAExtensionObject.GetXml method

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

public abstract List<XmlElement> GetXml(XmlDocument xmlDocument)
ParameterTypeDescription
xmlDocumentXmlDocumentThe source xml document.

Return Value

>The list of xml elements.

See Also