c# - WIA Leadtools SDK scan two pages but generate 1 images in output folder -


i using wia demo "c:\leadtools 19\examples\dotnet\cs\wiademo" scanning multiple documents(put 2 documents in scanner). when scanned 2 documents saves 1 document in output folder. during scanning shows(scanning 1 , scanning document 2 output 1 document in folder)

any idea, missing ?

screenshot of scanning process

note:

  • if scan these 2 documents same scanner using utility instead of leadtools generate 2 images successfully.
  • generated image using leadtools sdk contain image of 1 document.
  • i using c#, visual studio 2017

from comments, appears found cause of behavior. our leadtools sdk capable of saving single-page , multi-page files in dozens of different formats. if want check whether saved tiff file contains multiple pages, can see file info using our main demo. that, use file => open dialog box, click on image file click "info" button @ top right corner of dialog. should tell file's format , how many pages has.

enter image description here


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -