Example-VB | Example-VC++ |
Displays the Scan New dialog box from which the user can change options and before scanning.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 95 and 98 |
Ö | Imaging for Windows NT 4.0 |
Image Scan control
object.ShowScanNew[={True|False}]
Boolean (optional)
Variant
Setting | Description |
True (default) | Modal dialog. |
False | Modeless dialog. |
Long
Most errors need to be intercepted by Catch ( ) in C++ or by On Error... in Visual Basic. |
A busy condition or cancel returns an informational message. |
Provides an interactive method to change scanning options before starting a session.
If you specify a modeless dialog box (Modal = False), the user will not be able to navigate using the keyboard.
The scanner will be opened (if it is not already) and closed again at the end of the scanning session.