Class PageCollectionExtensions
Contents
[
Hide
]PageCollectionExtensions class
Represents the extension method for updating header and footer pagination.
public static class PageCollectionExtensions
Methods
| Name | Description |
|---|---|
| static AddBatesNumbering(this PageCollection, Action<BatesNArtifact>) | Adds Bates numbering to each page in the given page collection using the specified action to configure the BatesNArtifact. |
| static AddBatesNumbering(this PageCollection, BatesNArtifact) | Adds the specified Bates numbering artifact to each page in the given page collection. |
| static AddPagination(this PageCollection, List<PaginationArtifact>) | Adds the specified pagination artifacts to each page in the given page collection. |
| static DeleteBatesNumbering(this PageCollection) | Deletes all Bates numbering artifacts from each page in the given page collection. |
| static UpdatePagination(this 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
- namespace Aspose.Pdf
- assembly Aspose.PDF