XmpPdfAExtensionField.GetXml

XmpPdfAExtensionField.GetXml method

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

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

Return Value

The list of fields.

See Also