twainAcquire
Top  Previous  Next

twainAcquire ( integer Output )

Use this function to acquire images with TWAIN-compatible device. The options of the dialog box that will open upon executing this function may be different depending on the software that came with the TWAIN-compatible device selected in ImageWarp. Consult the manufacturer's documentation for information about installing the TWAIN driver and interface, as well as using the device and related software.

Parameters
 
Output  
 
An integer between 1 and 116 specifying the number of the frame into which the first acquired image will be placed. Values in the range of 100-116 correspond to hidden frames. If you continue acquiring images they will be placed into frames not containing images, in the order of availability.  
 
Error flags

ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
Example
 
twainAcquire(1)