Adds a new property to the dictionary.
public void Add(string name, object value);
Parameter | Description |
---|---|
name | Specifies the document property's name. The name is limited to 255 characters. |
value | Specifies the document property's value. It can be of the type System. |