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

# ISectionDefinitionInfo

> ISectionDefinitionInfo describes a section of a Document Definition in FlexiCapture scripts, reporting the section name and whether it is flexible.

## What it does

Describes a section in a Document Definition.

## Properties

| **Name**   | **Type** | **Access** | **Description**                         |
| ---------- | -------- | ---------- | --------------------------------------- |
| IsFlexible | bool     | Read-only  | Whether the section is flexible or not. |
| Name       | string   | Read-only  | Section name.                           |
