ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures | CFineImageFile

Seek Method of CFineImageFile Structure

This method sets the position indicator associated with the file to a new position.

C Syntax
int (*Seek)( 
   void*                      file,  
   int                        offset,  
   TFineImageFileSeekPosition from
);

Parameters

file
A pointer to the CFineImageFile object.
offset
A value to which the position indicator should be set or incremented.
from
A constant from the TFineImageFileSeekPosition enumeration that specifies whether the position indicator should be set to or incremented by the offset parameter.

Return value

It returns zero if a new position is set successfully; otherwise, non-zero value that is interpreted as an error.

See also

CFineImageFile