Aspose::Pdf::PageCollectionExtensions::AddPagination method

PageCollectionExtensions::AddPagination method

Adds the specified pagination artifacts to each page in the given page collection.

static void Aspose::Pdf::PageCollectionExtensions::AddPagination(System::SharedPtr<PageCollection> pageCollection, System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<PaginationArtifact>>> artifacts)
ParameterTypeDescription
pageCollectionSystem::SharedPtr<PageCollection>The collection of pages to which the pagination artifacts will be added.
artifactsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<PaginationArtifact>>>The list of pagination artifacts to add to each page.

See Also