ImageRendition StreamObject Property. The StreamObject in which the image draw operation is contained. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] StreamObject

[Visual Basic]
StreamObject
n/a Yes The StreamObject in which the image draw operation is contained.

 

   

Notes
 

The StreamObject in which the image draw operation is contained.

The combination of the StreamObject, StreamOffset and StreamLength allows you to precisely locate the image draw command sequence in the PDF content stream. This can then be used to modify or delete this particular command.

 

   

Example
 

None.