Aspose::Pdf::PageCollectionExtensions class

PageCollectionExtensions class

Represents the extension method for updating header and footer pagination.

class PageCollectionExtensions

Methods

MethodDescription
static AddBatesNumbering(System::SharedPtr<PageCollection>, System::Action<System::SharedPtr<BatesNArtifact>>)Adds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact.
static AddBatesNumbering(System::SharedPtr<PageCollection>, System::SharedPtr<BatesNArtifact>)Adds the specified Bates numbering artifact to each page in the given page collection.
static AddPagination(System::SharedPtr<PageCollection>, System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<PaginationArtifact>>>)Adds the specified pagination artifacts to each page in the given page collection.
static DeleteBatesNumbering(System::SharedPtr<PageCollection>)Deletes all Bates numbering artifacts from each page in the given page collection.
PageCollectionExtensions()
static UpdatePagination(System::SharedPtr<PageCollection>)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.

See Also