DTwainAcquirer::DTwainAcquirer |
Top Previous Next |
Syntax
The following constructor attaches a Twain Source to the acquire engine.
DTwainAcquirer( const DTwainSource& Source )
The following constructor creates a blank acquistion engine. The application is then required to call DTwainAcquirer::Attach to attach a DTwainSource to the acquire engine.
DTwainAcquirer( );
Parameters Source
Reference to a DTwainSource.
Comments
To acquire images, a CDTwainAcquirer with an attached CDTwainSource is required.
|