Namespace: BitMiracle.Docotic.Pdf
public XmpProperty Add( string name, string value, string description )
Public Function Add ( name As String, value As String, description As String ) As XmpProperty
The value of the property specified by value can be null.
Collection should not contain duplicate properties, so the ArgumentException will be thrown if this XmpPropertyList already contains property with specified name.