ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Structures

CFineImageFile Structure

This structure contains methods for loading an image from a file.

C Syntax
typedef struct tagCFineImageFile {
   int (*Read)( void* file, BYTE* buffer, int size );
   int (*Seek)( void* file, int offset, TFineImageFileSeekPosition from );
   int (*GetLength)( void* file );
} CFineImageFile;

Methods

Name Description
GetLength Returns the file size in bytes.
Read Reads an image from a file.
Seek Sets the position indicator associated with the file to a new position.

Input parameter

This structure is passed as an input parameter to the FineLoadImageFromFile function.