Version

StartingPageNumber Property

Returns or sets the page number for the first page in this section.
Syntax
'Declaration
 
Public Property StartingPageNumber As Nullable(Of Integer)
public Nullable<int> StartingPageNumber {get; set;}
Remarks

This property is only applicable when a header/footer is defined for the section. Headers/footers can be created using the AddSectionHeaderFooter method.

Page numbers can be specified for a header or footer using the AddPageNumberField method.

When no value is specified for this property, page numbers continue from the previous section.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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