ShowScanPage Method

Example-VB Example-VC++

Displays the Scan Page dialog box from which you can change options 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.ShowScanPage[={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

This method is used to Insert, Append, or Overwrite pages in an existing image file while scanning.

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.