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

In This Topic
    Remove Method (IPdfDictExt)
    In This Topic
    Removes the value associated with the specified key.
    Syntax
    'Declaration
     
    Public Shared Function Remove( _
       ByVal dict As IPdfDict, _
       ByVal key As PdfName _
    ) As System.Boolean
    public static System.bool Remove( 
       IPdfDict dict,
       PdfName key
    )

    Parameters

    dict
    The current dictionary.
    key
    The key to remove.

    Return Value

    true if the element was successfully removed, false otherwise.
    See Also