Doc ObjectSoup Property. The collection of obects that make up the PDF. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] ObjectSoup

[Visual Basic]
ObjectSoup
n/a Yes The collection of obects that make up the PDF.

 

   

Notes
 

This property holds a reference to the ObjectSoup for the document. The soup is a non-traditional collection of indirect PDF objects which comprise the content of the PDF.

Do not alter the soup or the contents of the soup unless you are sure of the changes you are making. If inappropriate changes are made the result will be a corrupt PDF output.

 

 

   

Example
 

None.