CosPdfDictionary.ContainsKey

CosPdfDictionary.ContainsKey method

Determines whether the CosPdfDictionary contains an element with the specified key.

public bool ContainsKey(string key)
ParameterTypeDescription
keyStringThe key to locate in the CosPdfDictionary.

Return Value

true if the CosPdfDictionary contains an editable element with the key; otherwise, false.

See Also