#include “BlackIceDEVMODE.h”
int GetOCRAreaUnit(BlackIceDEVMODE* pBlackIceDevMode)
Description
Returns the unit that is used for specifying the OCR area.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
One of the following values:
BLF_OCR_UNIT_PIXEL 0x00000001 // Pixel
BLF_OCR_UNIT_MM 0x00000002 // 0.1*mm
BLF_OCR_UNIT_INCH 0x00000003 // 0.01*Inch
Programming Notes
None
Code Example
None