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

# PageSplitTypeEnum

PageSplitTypeEnum enumeration constants describe the types of pages that can be split by means of ABBYY FineReader Engine.

```
typedef enum {
 PST_None,
 PST_DoublePageSplit,
 PST_BusinessCardSplit
} PageSplitTypeEnum;
```

## Elements

| Name                     | Description                                                  |
| ------------------------ | ------------------------------------------------------------ |
| PST\\\_BusinessCardSplit | The page containing multiple business cards should be split. |
| PST\\\_DoublePageSplit   | A double-page spread should be split.                        |
| PST\\\_None              | The page should not be split.                                |

## Used in

[FRDocument::SplitPages](/fine-reader/engine/api-reference/document-related-objects/frdocument/splitpages-method)

[PagePreprocessingParams](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pagepreprocessingparams)
