DictAtom Remove Function. Remove an element from the dictionary. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Remove an element from the dictionary.

 

   
Syntax  

[C#]
void Remove(string name)

[Visual Basic]
Sub Remove(name As String)

 

   

Params
 
Name Description
name The name of the element to be removed.

 

   

Notes
 

Remove the element with the specified name from the dictionary.

 

   

Example
 

None.