Namespace: BitMiracle.Docotic.Pdf
public XmpProperty Add( string name, XmpValue value, string description )
Public Function Add ( name As String, value As XmpValue, description As String ) 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.