Click or drag to resize

CPageStylePageNumbersText Property

Set a custom page numbers in produced PDF document. Default value: "".

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public string Text { get; set; }

Property Value

String
Remarks
Default value: empty string

Using this property you may set custom page numbers as you wish.

These are special keywords to custom page numbers:

{page} - current page number
{numpages} - total pages
See Also