> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScanSourceApiTypeEnum

> ScanSourceApiTypeEnum in der ABBYY FineReader Engine API — API-Typen für Scannerquellen — zum Beispiel TWAIN oder WIA (nur für Windows).

<Note>
  Diese Aufzählung ist in FRE für Windows implementiert.
</Note>

Die Konstanten der Aufzählung ScanSourceApiTypeEnum werden verwendet, um den vom Scanner unterstützten API-Typ anzugeben.

```
typedef enum {
 SSAT_Twain,
 SSAT_Wia,
 SSAT_All
}ScanSourceApiTypeEnum;
```

<div id="elements">
  ## Elemente
</div>

| Name        | Description                                                       |
| ----------- | ----------------------------------------------------------------- |
| SSAT\_Twain | Diese Konstante entspricht der TWAIN-Scanning-API.                |
| SSAT\_Wia   | Diese Konstante entspricht der WIA-Scanning-API.                  |
| SSAT\_All   | Diese Konstante gibt an, dass beide API-Typen unterstützt werden. |

<div id="used-in">
  ## Verwendet in
</div>

[IScanSource::ApiType](/de/fine-reader/engine/api-reference/mechanism-objects/scansource#apitype)

[IScanManager::FindScanSources](/de/fine-reader/engine/api-reference/mechanism-objects/scanmanager/findscansources-method)
