ObjectSoup Clear Function. Removes all objects from the Soup. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Removes all objects from the Soup.

 

   
Syntax  

[C#]
void Clear()

[Visual Basic]
Sub Clear()

 

   

Params
 
Name Description
none  

 

   

Notes
 

Removes all IndirectObjects from the Soup.

Only the Null object at array index zero is preserved.

 

   

Example
 

None.