> ## 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 Dokumente, Seiten oder beides zugleich enthält.

<div id="description">
  ## Beschreibung
</div>

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

<div id="admissible-values">
  ## Zulässige Werte:
</div>

* ST\_Undefined = 0 - Gibt an, dass kein Auswahltyp festgelegt ist.

* ST\_Documents = 1 - Gibt an, dass die Auswahl Dokumente enthält.

* ST\_Pages = 2 - Gibt an, dass die Auswahl Seiten enthält.

* ST\_Both = 3 - Gibt an, dass die Auswahl sowohl Dokumente als auch Seiten enthält.
