PageNumbers.RestartNumberingAtSection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if page numbering starts at 1 again at the beginning of the specified section.
public:
property bool RestartNumberingAtSection { bool get(); void set(bool value); };
public bool RestartNumberingAtSection { get; set; }
member this.RestartNumberingAtSection : bool with get, set
Public Property RestartNumberingAtSection As Boolean
Property Value
Remarks
If set to False, the RestartNumberingAtSection property will override the StartingNumber property so that page numbering can continue from the previous section.