Is it possible to scan document directly via code using leadtools SDK? I couldn't find any example code in leadtools site
In sample code, we can scan but via interface such as interface to select scanner and then have to press scan button. Can we achieve this directly via code without any interface?
If you're using a Twain-compatible scanner, you can use this code to acquire an image without displaying the scanner's dialog:
If you want to control the scanning properties before acquiring the image, you can use the TwainSession.SetCapability() method before calling AcquireToImage(). There's a code sample here.
If this doesn't meet your requirements, please provide more details here or send them to our support email address.