SetOCRFirstPageOnly

 

#include “BlackIceDEVMODE.h”

 

BOOL SetOCRFirstPageOnly(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable)

Description

If bEnable is set to TRUE, the OCR will be enabled for the first page of the document only.

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure

BOOL bEnable         - Set to TRUE to only enable the OCR for the first page, FALSE otherwise.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None