SaveAcquiredBitmap property (ILEADRasterTwain)

Visual Basic example

Visual C++ example

 

Syntax

BOOL SaveAcquiredBitmap

Overview

Refer to How to Acquire from the Twain Source

Remarks

Enables or disables saving the image(s) acquired from calling the Acquire method into the AcquiredBitmapList and AcquiredBitmap properties. Possible values are:

Setting

Description

TRUE

Enables the saving of the acquired image(s).

FALSE

Disables the saving of the acquired image(s). This is the default value.

To obtain the acquired image(s) into the AcquiredBitmapList and AcquiredBitmap properties, the SaveAcquiredBitmap property must be set to TRUE before calling the Acquire method. In this case, calling the Acquire method will not trigger the AcquirePageEvent event.

If the property is set to FALSE, and the Acquire method is then called, the AcquirePageEvent event will be triggered and will get the acquired image(s) from the event. In this case, the AcquiredBitmapList and AcquiredBitmap properties will not be valid, and will not be updated with the acquired image(s).

See Also

Elements:

AcquiredBitmapList property, Acquire method, AcquiredBitmap property

Topics:

TWAIN Functionality: Image Functions