Skip to content

dejanmauer/WIAScanner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

WIAScanner

Scan from WIA or TWAIN compatible scanner from .NET code (C#, VB.NET, ...) with few lines of code.

	Dim scanner As New WIAScanner()
	Dim device = scanner.SelectDevice()
	scanner.SelectDevice()
	'MsgBox(scanner.ScannerName)

	scanner.ColorMode = 1
	scanner.ResolutionDPI = 300
	scanner.ScanHeight = 4
	scanner.ScanWidth = 2.2

	Dim result As Image = scanner.Scan()
	If FacesView.Image IsNot Nothing Then FacesView.Image.Dispose()
	FacesView.Image = result

About

Scan from WIA or TWAIN compatible scanner from .NET code (C#, VB.NET, ...) with few lines of code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published