Aspose::Pdf::PageCollectionExtension::UpdatePagination method

PageCollectionExtension::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.

static void Aspose::Pdf::PageCollectionExtension::UpdatePagination(System::SharedPtr<PageCollection> pageCollection)
ParameterTypeDescription
pageCollectionSystem::SharedPtr<PageCollection>The page collection.

See Also