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

# IMatchedSectionInfo

> IMatchedSectionInfo object in FlexiCapture scripts: details of the Document Definition section matched on a page, including flexible section data.

## What it does

Contains detailed information about the Document Definition section which is matched on the page.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Methods

| **Definition**                      | **Description**                                                                                  |
| ----------------------------------- | ------------------------------------------------------------------------------------------------ |
| FlexibleAlternativeName( ) : string | Returns the name of the FlexiLayout. Available only for documents that have already been opened. |

## Properties

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p><strong>Name</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Type</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Access</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p>DocumentDefinition</p></td><td><p><a href="/flexi-capture/appendix/scripts/idocinfo">IDocumentDefinitionInfo</a></p></td><td><p>Read-only</p></td><td><p>Information about the Document Definition the section belongs to.</p></td></tr><tr><td><p>FlexibleInstanceId</p></td><td><p>int</p></td><td><p>Read-only</p></td><td><p>Index of a flexible section. A set of pages with the same index of the flexible section forms one document section.</p><p>The field is effective for flexible sections only.</p><p>If the value of <strong>FlexibleInstanceId</strong> is different for two pages on which the same definition of the flexible section is matched, it means that the pages belong to different document sections.</p></td></tr><tr><td><p>IsFlexible</p></td><td><p>bool</p></td><td><p>Read-only</p></td><td><p>Specifies whether the section is flexible.</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>Read-only</p></td><td><p>The section name.</p></td></tr><tr><td><p>SectionDefinitionPageNumber</p></td><td><p>int</p></td><td><p>Read-only</p></td><td><p>The page number in the definition of the fixed section matched on the page.</p><p>The field is effective for fixed sections only.</p></td></tr></tbody></table>
