TwainScanning 1.4.3
dotnet add package TwainScanning --version 1.4.3
NuGet\Install-Package TwainScanning -Version 1.4.3
<PackageReference Include="TwainScanning" Version="1.4.3" />
<PackageVersion Include="TwainScanning" Version="1.4.3" />
<PackageReference Include="TwainScanning" />
paket add TwainScanning --version 1.4.3
#r "nuget: TwainScanning, 1.4.3"
#:package TwainScanning@1.4.3
#addin nuget:?package=TwainScanning&version=1.4.3
#tool nuget:?package=TwainScanning&version=1.4.3
Powerful TWAIN library for easy scanning using TWAIN drivers: scan with scanner software, silent scan, 32-bit/64-bit/AnyCPU, scan to image (TIFF, BMP, JPEG, PNG), scan to PDF, multi-page scan (PDF, TIFF), protect PDF
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.3 | 100 | 9/10/2026 |
| 1.4.2 | 7,358 | 8/1/2025 |
| 1.4.1 | 3,431 | 7/4/2025 |
| 1.4.0 | 2,779 | 12/22/2023 |
| 1.3.9 | 426 | 11/21/2023 |
| 1.3.8 | 1,166 | 10/26/2023 |
| 1.3.7 | 297 | 10/20/2023 |
| 1.3.6 | 289 | 10/19/2023 |
| 1.3.5 | 349 | 9/27/2023 |
| 1.3.4 | 11,624 | 11/25/2022 |
| 1.3.3 | 544 | 11/21/2022 |
| 1.3.2 | 576 | 11/17/2022 |
| 1.3.1 | 821 | 7/8/2022 |
| 1.3.0 | 650 | 7/6/2022 |
| 1.2.3 | 793 | 3/18/2022 |
| 1.2.2 | 680 | 3/15/2022 |
| 1.2.1 | 1,850 | 2/16/2022 |
| 1.2.0 | 692 | 11/11/2021 |
| 1.1.1.5 | 3,084 | 12/4/2018 |
| 1.1.0.11 | 2,179 | 1/11/2018 |
Features:
- DataSource.StopFeeder() - stops the feeder during continuous scanning, but keeps and delivers all images which the device already scanned (unlike CancelCurrentScanning, which discards them)
- DataSource.SupportsStopFeeder - advance check whether the device supports stopping the feeder
- DataSource.StopFeederAccepted - result of the request sent to the device
- Bridgex86.StopFeeder() - same for scanning through Bridgex86
Bug Fixes:
- Bridgex86 support for newer versions of .NET