SectionDefinitionsCollection Object (ISectionDefinitionsCollection Interface)
This object is a collection of section definitions. This collection is a collection of references to SectionDefinition objects. It is used to pass various sets of parameters into methods that require them. See Working with Collections.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | SectionDefinition, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new element at the end of the collection. |
| Item | Provides access to a single element of the collection. |
Related objects

Output parameter
This object is the output parameter of the CreateSectionDefinitionsCollection method of the Engine object.
Input parameter
This object is the input parameter of the ApplyDocumentDefinitions, Recognize methods of the Batch object.
See also
8/15/2023 1:19:30 PM