SetOCRAreaTop

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRAreaTop(BlackIceDEVMODE* pBlackIceDevMode, int iValue)

Description

Sets the distance of the OCR area from the top of the page. The unit can be specified using the SetOCRAreaUnit function.

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure

Int iValue       - The new Y position of the OCR area.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None