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

> TSelectionType enumeration for the ISelection interface: indicates whether a FlexiCapture selection contains documents, pages, or both at once.

## Description

Types of selection. Applies in the [ISelection](/flexi-capture/appendix/scripts-shell/iselection) interface.

## Admissible values:

* ST\_Undefined = 0 - Indicates that no selection type is specified.

* ST\_Documents = 1 - Indicates that the selection contains documents.

* ST\_Pages = 2 - Indicates that the selection contains pages.

* ST\_Both = 3 - Indicates that the selection contains both documents and pages.
