Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

XmpDocument.Add Method

Name Parameters Description
Add(XmpName, Boolean) name, value Adds a node to the XMP packet.
Add(XmpName, DateTime) name, value Adds a node to the XMP packet.
Add(XmpName, Int32) name, value Adds a node to the XMP packet.
Add(XmpName, Single) name, value Adds a node to the XMP packet.
Add(XmpName, String) name, value Adds a node to the XMP packet.
Add(String, Boolean) qualifiedName, value Adds a node to the XMP packet.
Add(String, DateTime) qualifiedName, value Adds a node to the XMP packet.
Add(String, Int32) qualifiedName, value Adds a node to the XMP packet.
Add(String, Single) qualifiedName, value Adds a node to the XMP packet.
Add(String, String) qualifiedName, value Adds a node to the XMP packet.