ImageGear .NET - Updated November 28, 2017
Remove Method (ImGearPDFBasDict)




ImageGear23.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)

Parameters

key
The key of object to remove.
See Also

Reference

ImGearPDFBasDict Class
ImGearPDFBasDict Members
ImGearPDFAtom Class