Version

PageNumbering Property

Gets or sets the method with which pages are numbered.
Syntax
public PageNumbering PageNumbering {get; set;}

Property Value

The method with which pages are numbered.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in the PageNumbering enumeration.
Remarks

If this is set to a value of UseStartPageNumber, the first page is numbered using the StartPageNumber.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also