GetOCRAreaLeft

 

#include “BlackIceDEVMODE.h”

 

int GetOCRAreaLeft(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns the distance of the selected OCR area from the left edge 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 left edge of the page.

Programming Notes

None

Code Example

None