|
|
|
|
|
ScanGet (Function) In french: ScanRécupère Retrieves the characteristics of a scanner in a variable of type Scanner. This variable can then be used to perform scan operations. Note: To find out which scanners are connected to the current workstation, use the ScanList function.
MonScanneur is Scanner
MonScanneur = 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|