DTwainAcquirer::GetAcquireParams

Top  Previous  Next

Syntax

 

 

bool GetAcquireParams( DTwainAcquirer::DTwainAcquireParams& params );

 

Parameters

params

 

The acquisitions parameters used to acquire the image.

 

 

Return Value

Returns true if successful, false otherwise.

 

 

 

 

Comments

 

 

The DTwainAcquirer::GetAcquireParams returns the parameters used to acquire an image.  The parameters are stored in the DTwainAcquirer::DTwainAcquireParams structure.  To set all of the acquisition parameters, use DTWAIN::SetAcquireParams.