Click or drag to resize
Pdf Library for .NET

PdfTemplateFirstPageNumber Property


Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public int FirstPageNumber { get; set; }

Property Value

Int32
Remarks
The page number is displayed setting a {page_number} placeholder in a Text property of a PdfTextElement object that can be added to the template. By default the page numbers start with 1. This can be changed using the FirstPageNumber property.
See Also