GetOCRAreaTop

Returns the distance of the selected OCR area from the top of the page. The unit is specified by the GetOCRAreaUnit function.

GetOCRAreaTop(pDevMode As Long) As Long

 

Input value    - handle to the BlackIceDEVMODE structure

Return value - The distance of the selected OCR area from the top of the page.

 

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