Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / ContainsKey Method
The current dictionary.
The key to check.

In This Topic
    ContainsKey Method (IPdfDictExt)
    In This Topic
    Determines whether this IPdfDict contains the specified key.
    Syntax
    'Declaration
     
    Public Shared Function ContainsKey( _
       ByVal dict As IPdfDict, _
       ByVal key As PdfName _
    ) As System.Boolean
    public static System.bool ContainsKey( 
       IPdfDict dict,
       PdfName key
    )

    Parameters

    dict
    The current dictionary.
    key
    The key to check.

    Return Value

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