SetOCRAreaLeft

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

SetOCRAreaLeft(pDevMode As Long, iValue As Long) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - The new X position of the OCR area.

Return value - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.