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

# TPageClassificationType

> TPageClassificationType reports the page type detected by the FlexiCapture Classifier, from fixed forms to flexible multipage section headers.

## What it does

The type of the page defined by the Classifier. Applies in the [IPageClassificationResult](/flexi-capture/appendix/scripts/iclassresult) interface.

## Types:

* PCT\_Unknown = 0 - An unknown page type.
* PCT\_Empty = 1 - An empty page.
* PCT\_FixedForm = 2 - A page with a fixed layout.
* PCT\_FlexibleMultiPageFormHeader = 3 - A header of a multipage flexible section.
* PCT\_FlexibleMultiPageFormNonHeader = 4 - A page in a multipage flexible section which is not a header.
* PCT\_FlexibleSinglePageForm = 5 - A one-page flexible section.
* PCT\_ClassWithoutDefinition = 6 - A page of the class without Document Definition.
