ScanSourceApiTypeEnum
ScanSourceApiTypeEnum enumeration constants are used to specify the type of API supported by scanner.
typedef enum {
 SSAT_Twain,
 SSAT_Wia,
 SSAT_All
}ScanSourceApiTypeEnum;
    
  Elements
| Name | Description | 
|---|---|
| SSAT_Twain | This constant corresponds to TWAIN scanning API. | 
| SSAT_Wia | This constant corresponds to WIA scanning API. | 
| SSAT_All | This constant signifies that both API types are supported. | 
Used in
17.09.2024 15:14:41