Declaration
procedure seek(offset: int64; whence: TIEVisionSeekOffset); safecall;
Description
Move stream to the specified position.
Parameter | Description |
offset | Absolute or relative offset |
whence | Where the offset starts |
stream1.seek(0, ievSET); // reset position to zero