ImageGear .NET v25.0 - Updated
Remove Method (ImGearPDFBasDict)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasDict Class : Remove Method
The key of object to remove.
Removes a key-value pair from a dictionary.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal key As ImGearPDFAtom _
) 
'Usage
 
Dim instance As ImGearPDFBasDict
Dim key As ImGearPDFAtom
 
instance.Remove(key)
public void Remove( 
   ImGearPDFAtom key
)
public: void Remove( 
   ImGearPDFAtom* key
) 
public:
void Remove( 
   ImGearPDFAtom^ key
) 

Parameters

key
The key of object to remove.
See Also

Reference

ImGearPDFBasDict Class
ImGearPDFBasDict Members
ImGearPDFAtom Class