IsFeederLoaded  Method

Description     This function retrieves whether the feeder is loaded or not. Before using this function you have to set the feeder to enabled with the SetFeederEnable function.

Usage                  ret = [form.]TWAIN. IsFeederLoaded

Returns               ret                           BOOL             Returns TRUE if feeder is loaded, otherwise FALSE.

Remarks

Programing Notes     See ErrorCode property for error. If operation succeded the error code will be TW_OK.

See Also              SetFeederEnable Method, GetFeederEnable Method