Skip to content

Instantly share code, notes, and snippets.

@msarchet
Created October 8, 2010 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msarchet/617433 to your computer and use it in GitHub Desktop.
Save msarchet/617433 to your computer and use it in GitHub Desktop.
'This is how you use the Scanning Library
'Create A New Instance of the Scanning Lib
Dim scanner As New RSScanningLibrary.Scan
'[Optional] Set you applications Title
scanner.ApplicationTitle = "Application Title"
'[Optional] Set the default Scanning Device
scanner.SetDefaultTwainDevice
'Gets and returns the image from the scanner as a Byte()
scanner.getImageFromDefaultDevice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment