#include “BlackIceDEVMODE.h”
BOOL SetOCRAreaHeight(BlackIceDEVMODE* pBlackIceDevMode, int iValue)
Description
Sets the Height of the OCR area. The unit can be specified using the SetOCRAreaUnit function.
Parameters
BlackIceDEVMODE* pBlackIceDevMode - pointer to the BlackIceDEVMODE structure
Int iValue - The new height of the OCR area.
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None