SetOCRFirstPageOnly

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

SetOCRFirstPageOnly(pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value    - handle to the BlackIceDEVMODE structure

Input value    - Set to TRUE to only enable the OCR for the first page, FALSE otherwise.

Return value - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.