Sets the width of the OCR area. The unit can be specified using the SetOCRAreaUnit function.
SetOCRAreaWidth(pDevMode As Long, iValue As Long) As Boolean
Input value - handle to the BlackIceDEVMODE structure
Input value - The new width of the OCR area.
Return value - TRUE on success, FALSE otherwise.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.