#include "ltwrappr.h"
virtual L_VOID LTwain::AcquireCallBack (nPage, pszFileName, bFinishScan)
Called twice for each page scanned using LTwain::AcquireMulti or LTwain::FastAcquire.
Number of the page being acquired
Character string containing the name of the file in which to save the scanned image(s).
Flag that indicates the scanning status. Possible values are:
Value | Meaning |
---|---|
TRUE | Scanning of the page has finished. |
FALSE | Scanning of the page has just started. |
None.
This callback function will be enabled only if you enabled the callback functions by calling LBase::EnableCallBack.
This callback will be called two times. The callback is called the first time when the TWAIN source begins scanning the page. The callback is called the second time when the TWAIN source has finished scanning the page.
Required DLLs and Libraries
For an example, refer to LTwain::AcquireMulti.