PageDefinitions Object (IPageDefinitions Interface)
This object is a collection of pages of a Document Definition or a section definition. To access the pages of the certain document definition, use the Pages property of the corresponding DocumentDefinition object. The pages of the certain section definition can be viewed via the Pages property of the SectionDefinition object.
Properties
Name | Type | Description |
---|---|---|
Count | Integer, read-only | Stores the number of elements in the collection. |
Element | PageDefinition, 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