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)
Parameter | Type | Description |
---|---|---|
pageCollection | System::SharedPtr<PageCollection> | The page collection. |
See Also
- Typedef SharedPtr
- Class PageCollection
- Class PageCollectionExtension
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++