Remove Method (IPdfDictExt)
Removes the value associated with the specified key.
'Declaration
Public Shared Function Remove( _
ByVal As IPdfDict, _
ByVal As PdfName _
) As System.Boolean
public static System.bool Remove(
IPdfDict ,
PdfName
)
Parameters
- dict
- The current dictionary.
- key
- The key to remove.
Return Value
true if the element was successfully removed, false otherwise.