ObjectSoup Add Function. Adds an object to the Soup. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Adds an object to the Soup.

 

   
Syntax  

[C#]
int Add(IndirectObject value)

[Visual Basic]
Function Add(value As IndirectObject) As Integer

 

   

Params
 
Name Description
value The IndirectObject to be added.
return The position in which the new element was inserted.

 

   

Notes
 

This method adds an IndirectObject to the Soup.

An IndirectObject can exist in only one ObjectSoup at a time. If the object supplied is already contained in another ObjectSoup then a Clone of the object is inserted.

When an IndirectObject is inserted the ID is updated to reflect the position of the object within the Soup.

 

   

Example
 

None.