BatesNArtifact
Overview
BatesNArtifact is a class in Aspose.PDF FOSS for .NET.
Inherits from: PaginationArtifact.
A Bates-numbering pagination artifact: a zero-padded running number with optional prefix and suffix.
Properties: ArtifactHorizontalAlignment, ArtifactVerticalAlignment, EndPage, NumberOfDigits, Prefix, StartNumber, and 4 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Prefix | string | Read/Write | Text prepended to the number. |
Suffix | string | Read/Write | Text appended after the number. |
StartNumber | int | Read/Write | The number stamped on the first included page. |
NumberOfDigits | int | Read/Write | Zero-padded width of the number. |
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). |