ObjectSoup GetEnumerator Function. Gets an enumerator for the Soup. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets an enumerator for the Soup.

 

   
Syntax  

[C#]
IEnumerator<IndirectObject> GetEnumerator()

[Visual Basic]
Function GetEnumerator() As IEnumerator(Of IndirectObject)

 

   

Params
 
Name Description
return The enumerator for the collection.

 

   

Notes
 

Gets an IndirectObject enumerator for the Soup.

 

   

Example
 

None.