PaginationArtifact
Overview
PaginationArtifact is a class in Aspose.PDF FOSS for .NET.
Base class for artifacts stamped across a page range by AddPagination — e.g.
Properties: ArtifactHorizontalAlignment, ArtifactVerticalAlignment, EndPage, StartPage, Subset, TextState.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ArtifactHorizontalAlignment | HorizontalAlignment | Read/Write | Horizontal placement of the stamped text. |
ArtifactVerticalAlignment | VerticalAlignment | Read/Write | Vertical placement of the stamped text. |
Subset | Subset | Read/Write | Which pages inside the range receive the artifact. |
StartPage | int | Read/Write | First page (1-based) that receives the artifact. |
EndPage | int | Read/Write | Last page (1-based) that receives the artifact. |
TextState | TextState | Read/Write | Text styling for the stamped number (font, size, colour). |