| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure contains methods for loading an image from a file.
typedef struct tagCFineImageFile {
int (*Read)( void* file, BYTE* buffer, int size );
int (*Seek)( void* file, int offset, TFineImageFileSeekPosition from );
int (*GetLength)( void* file );
} CFineImageFile;
| 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. |
This structure is passed as an input parameter to the FineLoadImageFromFile function.