Icon Position Property

property Position: Integer

Available In: Server Applications

Specifies the current position of the stream pointer in the stream. Every stream contains a current position that is updated as various stream methods are used to read/write to/from the stream.

Information For memory streams, specifying an invalid position in the stream will cause an exception to be raised.
Image