GetOCRAreaHeight

 

#include “BlackIceDEVMODE.h”

 

int GetOCRAreaHeight(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns the height of the selected OCR area. The unit is specified by the GetOCRAreaUnit function.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

The height of the selected OCR area.

Programming Notes

None

Code Example

None