[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.Remove

Remove Method

Remove(IPdfDict, PdfName)

Removes the value associated with the specified key.

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

The current dictionary.

PdfName key

The key to remove.

Returns
Type Description
bool

true if the element was successfully removed, false otherwise.

OSZAR »