Namespace: BitMiracle.Docotic.Pdf
public XmpProperty Add( string name, XmpValue value )
Public Function Add ( name As String, value As XmpValue ) As XmpProperty
Collection should not contain duplicate properties, so the ArgumentException will be thrown if this XmpPropertyList already contains property with specified name.
XMP property value can be null or an instance of XmpArray, XmpString or XmpStructure types only.