BlockDefinitions Object (IBlockDefinitions Interface)
This object represents a collection of blocks of a Document Definition page. To access the blocks of the certain Document Definition page, use the Blocks property of the corresponding PageDefinition object.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | BlockDefinition, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new element at the end of the collection. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteById | Removes an element with the specified identifier from the collection. |
| Item | Provides access to a single element of the collection. |
Related objects

See also
8/15/2023 1:19:30 PM