Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourcodeworld/csharp-scanner-wia
A simple scanner application that implements WIA (Windows Image Acquisition).
https://github.com/ourcodeworld/csharp-scanner-wia
scanner wia winforms
Last synced: about 2 months ago
JSON representation
A simple scanner application that implements WIA (Windows Image Acquisition).
- Host: GitHub
- URL: https://github.com/ourcodeworld/csharp-scanner-wia
- Owner: ourcodeworld
- Created: 2017-02-24T15:43:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T14:43:50.000Z (almost 2 years ago)
- Last Synced: 2023-10-19T22:41:09.631Z (about 1 year ago)
- Topics: scanner, wia, winforms
- Language: C#
- Size: 53.7 KB
- Stars: 65
- Watchers: 10
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csharp-scanner-wia
This repository contains a really simple scanner application that implements WIA (Windows Image Acquisition).# How to use
Simply clone the repository:
```batch
git clone https://github.com/ourcodeworld/csharp-scanner-wia.git
```And then open the project with Visual Studio and start the application. Enjoy it !
[Read the official article in Our Code World here](http://ourcodeworld.com/articles/read/382/creating-a-scanning-application-in-winforms-with-csharp).