SetOCRAreaLeft

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRAreaLeft(BlackIceDEVMODE* pBlackIceDevMode, int iValue)

Description

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

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure

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

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None