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

# PageSplitDirectionEnum

> PageSplitDirectionEnum in der ABBYY FineReader Engine API — Erkannte Richtungen für die Teilung von Doppelseiten (horizontal, vertikal).

Die Konstanten der Aufzählung `PageSplitDirectionEnum` beschreiben verschiedene Arten der Doppelseitenaufteilung, die mit ABBYY FineReader Engine erkannt werden können.

```
typedef enum {
 PSD_HorizontalSplit,
 PSD_VerticalSplit,
 PSD_NoSplit
} PageSplitDirectionEnum;
```

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

| Name                 | Description                               |
| -------------------- | ----------------------------------------- |
| PSD\_HorizontalSplit | Es wird eine horizontale Teilung erkannt. |
| PSD\_NoSplit         | Es wird keine Teilung erkannt.            |
| PSD\_VerticalSplit   | Es wird eine vertikale Teilung erkannt.   |

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

[IFRPage::FindPageSplitPosition](/de/fine-reader/engine/api-reference/document-related-objects/frpage/findpagesplitposition-method)
