Scroll Property

Sets or indicates if a displayed image will be scrolled while it is being scanned. Works only if "Memory" was set as the TWAIN transfer mode

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.Scroll[={True|False}]

Data Type

Boolean

Setting Description

True (default) Scanned image is scrolled
False Scanned image is not scrolled

Remarks

Used in conjunction with the ScanTo property if ScanTo is set to a value of 0, 1, or 3.

The Advanced button on the dialog box created by the ShowScanPreferences method presents a choice between two transfer modes Native and Memory. Users can switch between these modes to see which gives the best performance with their scanner driver. You (the developer) cannot set this mode programmatically.