[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.ContainsKey

ContainsKey Method

ContainsKey(IPdfDict, PdfName)

Determines whether this IPdfDict contains the specified key.

Declaration
public static bool ContainsKey(this IPdfDict dict, PdfName key)
Public Shared Function ContainsKey(dict As IPdfDict, key As PdfName) As Boolean
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key to check.

Returns
Type Description
bool

true if this IPdfDict contains an element with the specified key, false otherwise.