UpdatePageNumberAndPageSettings Method
In This Topic
Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information.
Overload List
Overload | Description |
UpdatePageNumberAndPageSettings(IList<PageInfo>) |
Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information.
|
UpdatePageNumberAndPageSettings(IList<PageInfo>,Int32,Int32) |
Update the page number, page count and page settings of each page. When the page collection changes (add, delete, move), you need to call this method to update the pages information.
|
See Also