ISISAcquire method (ISIS Control)

C++ Builder 4.0 example

Delphi example

 

Builder Syntax

int __fastcall ISISAcquire(Cardinal uFlags);

Delphi Syntax

function ISISAcquire(uFlags : Cardinal) : Integer;

Overview

Using ISIS to Scan Images

Remarks

(Document/Medical) Scans a single page into the Bitmap property.

You must call the ISISLoadDriver method before calling ISISAcquire.

If you wish to use this bitmap with the Main Control, you can copy the image by assigning the ISIS Bitmap to the Main Bitmap after acquiring the image. Alternatively, to avoid a copy, set the Main Control's RefBitmap property to True before assigning the ISIS Control's Bitmap to the Main Control. For example:

Lead1.RefBitmap = True;
Lead1.Bitmap = LeadIsis1.Bitmap;
Lead1.RefBitmap = False;

See Also

Elements:

Bitmap property

Topics:

Raster Images: Scanning Images using ISIS