You are here: Programmers Reference > Programmer's Reference > Deprecated Items > FindAndConfigureScanner

ScanningManager.FindAndConfigureScanner method

This method attempts to search for a scanner regardless of whether or not a scanner is already configured. This method first looks for image scanners, then proceeds to look for serial scanners.

The method fires the ScannerSearch and ScannerFound events during this process.  This method blocks during the search process. Several seconds may elapse between the ScannerSearch and ScannerFound events – your solution program’s user interface may be unresponsive during this time – you should set expectations by displaying a suitable “Please wait..” style message at the ScannerSearch event. If a scanner was not found or the program skipped every scanner found or canceled the search process, the ScanTools Plus scanner configuration screen appears provided the parameter ShowConfigDlgOnFailure is set to true. Note that when the user configures a scanner and clicks OK on the scanner configuration dialog, no ScannerFound event results. This situation is equivalent to calling the ScanningManager.ConfigureScanner method.

Example Usage: Assume that ScanEng is an instance of the ScanningManager class

FoundAScanner= ScanEng.ActiveScanner.State <> L_SCANNER_STATE_NORESPONSE

if (not FoundAScanner) then

  FoundAScanner=ScanEng.FindAndConfigureScanner(true)

end if

if (FoundAScanner) then

  ScanEng.Scan mySes, L_PORT_USE_CURRENT  

end if

Valid

See Scanning Manager States and Valid Properties/Methods

See ScanningManager Events and Valid Properties/Methods

IDL

HRESULT FindAndConfigureScanner(([in] VARIANT_BOOL ShowConfigDlgOnFailure

[out,retval] VARIANT_BOOL* pResult

)

Input Parameters

TRUE

Display the ScanTools Plus Scanner Configuration dialog so the user can configure the scanner by entering values.

FALSE

Returns an error.

ShowConfigDlgOnFailure

Identifies the action to take if a scanner is not detected.

Return Value

TRUE

Ready to scan or diagnose

FALSE No scanner found or not ready to scan

Exceptions

Scanning Services Exceptions

See also

HardwareConfig Object Summary

How to Set Up the Scanner

How to Manage the Connection to ScanTools Plus Link Runtime

 

 

See Help on Help for additional information on using this help file.

See Scantron Technical Support for additional information on technical support and training options.

See the ScanTools Suite System Requirements for further details on hardware and software requirements.

ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:

 

Scantron Corporation

Customer Service (forms, products, and services):

1-800-SCANTRON (722-6876)

www.scantron.com

Technical Support:

1-800-445-3141

support@scantron.com

Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation.

LINKS TO THIRD PARTY SITES

This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators.