IsOCRFirstPageOnlyEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsOCRFirstPageOnlyEnabled(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns TRUE, if the OCR is only enabled for the first page of the document.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the OCR is only enabled for the first page, FALSE otherwise.

Programming Notes

None

Code Example

None