DictAtom GetKeys Function. Get an array of all the names in the dictionary. ABCpdf .NET PDF Library.

From ABCpdf .net

 
   

Get an array of all the names in the dictionary.

 

   
Syntax  

[C#]
string[] GetKeys()

[Visual Basic]
Function GetKeys() As String()

 

   

Params
 
Name Description
return An array of all the names in the dictionary.

 

   

Notes
 

Get an array of all the names in the dictionary.

 

   

Example
 

None.