ISISAcquire method (ISIS Control)
Builder Syntax |
|
Delphi Syntax |
|
Overview |
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: |
|
Topics: |