GetOCRAreaTop

 

#include “BlackIceDEVMODE.h”

 

int GetOCRAreaTop(BlackIceDEVMODE* pBlackIceDevMode)

Description

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

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

The distance of the selected OCR area from the top of the page.

Programming Notes

None

Code Example

None