No, Position is a stream property, a pointer to a location somewhere within the entire length of the stream (for streams where Length makes sense) where the next stream read/write will take place.
To load a picture you want to begin at Position zero, right at the beginning of the stream (otherwise you would fail to read the initial bytes).