ABBYY Mobile OCR Engine 4

Go to: Contents | Native Library API Reference | Enumerations

TFineImageFileSeekPosition

TFineImageFileSeekPosition enumeration constants are used in the from parameter of the Seek method of the CFineImageFile structure.

typedef enum tagTFineImageFileSeekPosition {
  FIFSP_Begin,
  FIFSP_Current,
} TFineImageFileSeekPosition;

Flag

Name Description
FIFSP_Begin Specifies that the from parameter should equal the offset parameter.
FIFSP_Current Specifies that the from parameter should be incremented to the offset parameter.

See also

CFineImageFile::Seek