ProcessingInfo StreamPosition Property. Gets or Sets the stream position of the source object, if applicable. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#]long?

[Visual Basic]
Nullable(Of Long)
n/a Yes Gets or Sets the stream position of the source object, if applicable.

 

   

Notes
 

The value of this property when the Operation.ProcessingObject event is generated depends on the operation.

This property holds the position in the PDF stream. Set this value to null to end the processing of the current stream.

See the RenderOperation.Save method.

 

   

Example
 

None.