PageCollectionExtensions.UpdatePagination

PageCollectionExtensions.UpdatePagination method

Updates the header and footer page numbers and dates for all pages. This will work if the document has at least one pagination artifact with special settings data. All pages in the collection will be updated with the source artifact according to its settings.

public static void UpdatePagination(this PageCollection pageCollection)
ParameterTypeDescription
pageCollectionPageCollectionThe page collection.

See Also