Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageNumbering Class / RestartPageNumbering Property

In This Topic
    RestartPageNumbering Property
    In This Topic
    Gets or sets a value indicating whether page numbering restarts at the beginning of a section.

    If false, overrides the StartingNumber property so that page numbering can continue from the previous section.

    Syntax
    'Declaration
     
    Public Property RestartPageNumbering As System.Boolean
    public System.bool RestartPageNumbering {get; set;}
    See Also