Namespace: BitMiracle.Docotic.Pdf
public void AddName( string key, string value )
Public Sub AddName ( key As String, value As String )
Exception | Condition |
---|---|
ArgumentNullException | The key or value is null. |
ArgumentException | An element with the same key already exists in the dictionary. |
The key must not be null and should not start with a leading slash. Characters in the key should not be escaped. Empty string (string.Empty) is a valid key.
The value must not be null and should not start with a leading slash. Characters in the value should not be escaped. Empty string (string.Empty) is a valid value.