Method ContainsKey
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ContainsKey(string)
Determines whether this CosDictionary contains the specified key.
public bool ContainsKey(string key)
Parameters
key
stringThe key to locate in the dictionary.
Returns
- bool
true
if the dictionary contains an element with the specified key; otherwise,false
.
Remarks
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.
Exceptions
- ArgumentNullException
The key is
null
.