ImageRendition StreamLength Property. The length within the uncompressed StreamObject of the drawing operation that contains this image draw operation. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] int

[Visual Basic]
Int32
n/a Yes The length within the uncompressed StreamObject of the drawing operation that contains this image draw operation.

 

   

Notes
 

The length within the uncompressed StreamObject of the drawing operation that contains this image draw operation..

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.