ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Scanner functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Retrieves the characteristics of a scanner in a variable of type Scanner. This variable can then be used to perform scan operations.
Remark: To get a list of the scanners connected to the current computer, use ScanList.
Example
// Gets the characteristics of a scanner
MyScanner is Scanner
MyScanner = ScanGet("hp scanjet 5590")
Syntax
<Result> = ScanGet(<Scanner name>)
<Result>: Scanner variable
Scanner variable initialized with the characteristics of <Scanner name>.
If an error occurs, the ErrorOccurred variable is set to True and ErrorInfo returns the corresponding error message.
<Scanner name>: Character string
Name of the scanner whose characteristics are to be retrieved. This name must be one of the names returned by ScanList.
Business / UI classification: UI Code
Component: wd290std.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/12/2022

Send a report | Local help