IsOCRSelectAreaEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsOCRSelectAreaEnabled(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns TRUE if Area Selection for the OCR feature of the printer driver is enabled. When enabled, you can use the GetOCRAreaUnit, GetOCRAreaTop, GetOCRAreaLeft, GetOCRAreaWidth and GetOCRAreaHeight functions to retrieve the selected page area.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Select Area feature is enabled, FALSE if it is disabled.

Programming Notes

None

Code Example

None