BlocksCollection Object (IBlocksCollection Interface)
This object represents a collection of blocks. This is a collection of references to Block objects. This is a subset of document blocks, which belongs to some field. This object is also used as a parameter of the IDocument::RecognizeBlocks method. See Working with Collections.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | Block, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Add | Adds an element at the end of the collection. |
Item | Provides access to a Block object in the collection. |
Related objects
Output parameter
This object is the output parameter of the CreateBlocksCollection method of the Engine object.
Input parameter
This object is the input parameter of the RecognizeBlocks method of the Document object.
See also
8/15/2023 1:19:30 PM