PagesSupplementaryField(Page[],Int32,Int16,UInt32,UInt32) Method
In This Topic
Method for renumbering one of supplementary properties of pages.
Syntax
Parameters
- arrPages
- Array of pages whose property is to be renumbered.
- propID
- Id of the property to renumber.
- propIndex
- Index of the property to renumber.
- nStartValue
- An integer start value.
- nNumberOfDigits
- Minimal number of digits in the value.
Exceptions
Exception | Description |
ArgumentNullException | Thrown, if an
argument is set to
null. |
ApplicationException | An error occurred
during numbering. |
BaseException | An error occurred
during numbering. |
See Also