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

In This Topic
    StartingNumber Property (PageNumbering)
    In This Topic
    Gets or sets the starting page number of a section.

    The RestartPageNumbering property, if set to false, will override this property so that page numbering can continue from the previous section.

    Syntax
    'Declaration
     
    Public Property StartingNumber As System.Integer
    public System.int StartingNumber {get; set;}
    See Also