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)
| Parameter | Type | Description |
|---|---|---|
| pageCollection | System::SharedPtr<PageCollection> | The collection of pages to which the pagination artifacts will be added. |
| artifacts | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<PaginationArtifact>>> | The list of pagination artifacts to add to each page. |
See Also
- Typedef SharedPtr
- Class PageCollection
- Class List
- Class PaginationArtifact
- Class PageCollectionExtensions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++