ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasDict Class / Remove Method
The key of object to remove.




In This Topic
    Remove Method (ImGearPDFBasDict)
    In This Topic
    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