DTwainAcquirer::GetAcquireType

Top  Previous  Next

Syntax

 

 

DTwainAcquireType GetAcquireType( ) const;

 

 

 

Return Value

Returns a DTwainAcquireType that describes the type of transfer that is used to acquire the image.

 

 

 

 

Comments

 

 

The DTwainAcquireType can be one of the following:

 

Acquire Type

Description

TWAIN_ACQUIRENATIVE

Acquire using native mode.

TWAIN_ACQUIREFILE

Acquire using the Source file mode (not DTWAIN File mode)

TWAIN_ACQUIREBUFFERED

Acquire using buffered mode.

TWAIN_ACQUIRENATIVEFILE

Acquire a file using DTWAIN File mode (Native transfer is used)

TWAIN_ACQUIREBUFFEREDFILE

Acquire a file using DTWAIN File mode (Buffered transfer is used)

TWAIN_ACQUIRENATIVECLIPBOARD

Acquire an image to the Windows clipboard (Native transfer is used)

TWAIN_ACQUIREBUFFEREDCLIPBOARD

Acquire an image to the Windows clipboard (Buffered transfer is used)