Version

Template Property (PageNumbering)

Gets or sets the template for the numbers.
Syntax
'Declaration
 
Public Property Template As String
public string Template {get; set;}
Remarks
There are three valid replacement tokens for use as a template, all of which are case-sensitive:
  • [Page #] - The page number of the current page.
  • [LastPageInSection] - The page number that the last page of the current section is on.
  • [TotalPages] - The total number of pages in the entire document.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also