> ## 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.

# TSelectionType

> Die Aufzählung TSelectionType für die ISelection-Schnittstelle gibt an, ob eine FlexiCapture-Auswahl documents, Seiten oder beides zugleich enthält.

Auswahltypen. Gilt in der Schnittstelle [ISelection](/de/flexi-capture/appendix/scripts-shell/iselection).

<div id="possible-values">
  ## Mögliche Werte
</div>

| Name           | Value | Description                                           |
| -------------- | ----- | ----------------------------------------------------- |
| `ST_Undefined` | `0`   | Es ist kein Auswahltyp angegeben.                     |
| `ST_Documents` | `1`   | Die Auswahl enthält documents.                        |
| `ST_Pages`     | `2`   | Die Auswahl enthält Seiten.                           |
| `ST_Both`      | `3`   | Die Auswahl enthält sowohl documents als auch Seiten. |
