UpdatePageNumberAndPageSettings(IList<PageInfo>) 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.
Syntax
public void UpdatePageNumberAndPageSettings(
System.Collections.Generic.IList<PageInfo>
)
Parameters
- pages
- The page collection.
See Also