CosPdfDictionary.Contains

CosPdfDictionary.Contains method

Determines whether the CosPdfDictionary contains a specific value.

public bool Contains(KeyValuePair<string, ICosPdfPrimitive> item)
ParameterTypeDescription
itemKeyValuePair`2The desired object.

Return Value

true if item is found in the CosPdfDictionary; otherwise, false.

See Also