Returns the distance of the selected OCR area from the left edge of the page. The unit is specified by the GetOCRAreaUnit function.
GetOCRAreaLeft(pDevMode As Long) As Long
Input value - handle to the BlackIceDEVMODE structure
Return value - The distance of the selected OCR area from the left edge of the page.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.