GetOCRAreaWidth

 

#include “BlackIceDEVMODE.h”

 

int GetOCRAreaWidth(BlackIceDEVMODE* pBlackIceDevMode)

Description

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

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

The width of the selected OCR area.

Programming Notes

None

Code Example

None