We are facing an issue with the Imaging object of the Gd Picture Pro version 5.12.4.
The function call Imaging1.IsBlank() / Imaging1.IsBlank(99) / Imaging1.IsBlank(98) returns TRUE though the image being scanned has reasonable amount of print on it.
This function Imaging1.IsBlank() returns TRUE for non-blank images when scanned through on the HP LaserJet 3055 All in one scanner.
Could you guide me through this issue. I have added a sample code below:
- Code: Select all
While Imaging1.CreateImageFromTwain(UserControl.hWnd) <> 0
lImageID = Imaging1.GetNativeImage
Dim checkBlankfromGDPRO, consolidatedCheck As Boolean
checkBlankfromGDPRO = Imaging1.IsBlank()
If consolidatedCheck Then
lOgdImgId = Imaging1.closeImage(lImageID)
Else
SAVE THE IMAGE TO THE TEMP FOLDER.......
Endif
Wend
Regards,
Nirmal Lawrence
