Help & Documentation
All support requests are handled by the same team who built this product. Check our docs, browse the FAQ, or contact us directly.
Do You Have Any Questions?
If none of the below commonly asked questions answer your inquiry, please don't hesitate to contact us directly. All questions are answered in less than 24 hours.
Self-Service Resources
Find answers quickly with our documentation and guides
Code Examples
Real-world scanning samples
x64/AnyCPU Examples
Bridgex86 mode for 64-bit apps
API Reference
All classes, methods & properties
Quick Start Guide
Step-by-step tutorial
Download SDK
Free trial with full functionality
Frequently Asked Questions
Quick answers to the most common questions about TwainScanning.NET
The TwainScanning library supports all platforms: x86/x64/AnyCPU.
Most scanners come with 32-bit drivers, and for best performance, we suggest creating 32-bit applications.
For scenarios where 64-bit or AnyCPU applications are required, and 32-bit drivers are used, we provide a workaround in the form of Bridgex86.
It provides a different workflow with most of the important features available, but with a slight performance impact and only synchronous scanning.
For examples of how to use Bridgex86 take a look at the Bridgex86Sample application and source code provided in the ZIP archive available from the product download page.
For working with 64-bit drivers the Bridgex86 is not required, use the standard library instead and set the GlobalConfig.Force64BitDriver property to true.
The library's demo version comes with full functionality, with the only limitation being a DEMO watermark appearing on every scanned page. So you can start implementing the library in your app and see how it will work. Once you are satisfied with the results, you purchase a license, and the watermark gets removed.
Currently, you can save your scanned documents in two ways. One way is to save it to a multi-page format where all scanned pages will be saved inside a single file. The formats supported for multipage saving are: - TIFF - PDF The other way would be to save each scanned document into a separate file. The supported file formats are: - BMP - TIFF - PDF - JPEG - PNG
Don't see your question here?
Ask Us DirectlyReference Documentation
Reference Documentation
The reference documentation contains all classes, methods, and properties offered through our library. Complete API coverage for every scanning scenario.
View Reference DocumentationQuick Start Guide
A step-by-step tutorial that walks you through setting up TwainScanning.NET in your project. Get scanning working in your application in minutes.
View Quick Start GuideReady to Start Building?
Download the free trial and integrate document scanning into your .NET application today.