DTWAIN_IsAutoFeedSupported

Top  Previous  Next

The DTWAIN_IsAutoFeedSupported function checks if a Source supports the auto-feed function of a document feeder.

 

DTWAIN_BOOL DTWAIN_IsAutoFeedSupported ( DTWAIN_SOURCE Source );

 

 

Parameters

Source

Specifies an open TWAIN Source.

 

 

Return Values

If the automatic feeder capability of a document feeder is supported for the Source, TRUE is returned.  Otherwise FALSE is returned.

 

Comments

The DTWAIN_IsAutoFeedSupported function takes the open Source Source, and checks to see if a document feeder can feed the pages automatically.  For a TWAIN compliant Source, the return value must be TRUE if the device supports a document feeder.

 

TWAIN State Transitions

The source must be opened in State 4

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize

 

DTWAIN Source Selection Function

 

 

See Also

Automatic Document Feeder Support