I made a custom Kofax (v. 7.5) custom module that rotate every page in the documents, I have used VB6 and it works! But now there is a new version of Kofax (v. 10) that use VS10, my module doesn't work, I have isolated the problem is the rotation function, here how I use it.
Private acmApp As AscentCaptureModule.Application
....
acmApp.SelectMenuItem KfxScanMenuPageRotateAndSaveLeft, True
I repeat on Kofax 7.5 it works but on Kofax 10 no. This is the error message:
Error: 2104 Parameter out of bounds. scan 0
I've already check the function is supported on the new version it is the same.
Someone can help me? Thank you!
Regards.