Source position: ImagingTypes.pas line 474
type TSeekMode = (
smFromBeginning = 0,
smFromCurrent = 1,
smFromEnd = 2
);