Method Set
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Set(string, XmpValue)
Sets the value of a property with specified name or adds a new property with specified name and value.
public void Set(string name, XmpValue value)
Parameters
Set(string, XmpValue, string)
Sets the value of a property with specified name or adds a new property with specified name and value.
public void Set(string name, XmpValue value, string description)