| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure contains methods for loading an image from the input stream.
typedef struct tagCFineImageInputStream {
int (*Read)( void* inputStream, BYTE* buffer, int size );
int (*Skip)( void* inputStream, int size );
} CFineImageInputStream;
| Name | Description |
|---|---|
| Read | Reads an image from the input stream. |
| Skip | Skips the specified number of bytes from the input stream. |
This structure is passed as an input parameter to the FineLoadImageFromInputStream function.