DTWAIN_IsExtImageInfoSupported

Top  Previous  Next

The DTWAIN_IsExtImageInfoSupported function checks if a Source supports the extended image information capability.

 

DTWAIN_BOOL DTWAIN_IsExtImageInfoSupported ( DTWAIN_SOURCE Source );

 

 

Parameters

Source

Specifies an open TWAIN Source.

 

 

Return Values

If extended image information is supported for the Source, TRUE is returned.  Otherwise FALSE is returned.

 

Comments

The DTWAIN_IsExtImageInfoSupported function takes the open Source Source, and checks to see if Extended Image Information is supported.  Extended image information allows an application to query barcode, imprinter, and other values of the TWAIN device that cannot be retrieved through normal capability negotiation.  See Extended Image Imformation.

 

TWAIN State Transitions

The source must be opened in State 4

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize

 

DTWAIN Source Selection Function

 

 

See Also

Extended Image Imformation Support