ObjectSoup Contains Function. Determines whether the Soup contains a specific object. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Determines whether the Soup contains a specific object.

 

   
Syntax  

[C#]
bool Contains(IndirectObject value)

[Visual Basic]
Function Contains(value As IndirectObject) As Boolean

 

   

Params
 
Name Description
value The object to locate.
return True if the object is found, otherwise false.

 

   

Notes
 

Determines whether the Soup contains a specific IndirectObject.

 

   

Example
 

None.