Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageLabelingRange Class / StartPageNumber Property

In This Topic
    StartPageNumber Property
    In This Topic
    Gets or sets the value of the numeric portion for the first page label in the range. Subsequent pages shall be numbered sequentially from this value, which shall be greater than or equal to 1. Default value: 1.
    Syntax
    'Declaration
     
    Public Property StartPageNumber As System.Integer
    public System.int StartPageNumber {get; set;}
    See Also