Skip to content

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

Notifications You must be signed in to change notification settings

dejanmauer/WIAScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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