ShowScanNew Method

Example-VB Example-VC++

Displays the Scan New dialog box from which the user can change options and before scanning.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Scan control

Syntax

object.ShowScanNew[={True|False}] 

Arguments

Boolean (optional)

Variant

Setting Description

True (default) Modal dialog.
False Modeless dialog.

Return Value

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.

Remarks

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.