Skip to main content

PageInfoTextBrick.StartPageNumber Property

Gets or sets the initial value of a page counter.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public override int StartPageNumber { get; set; }

#Property Value

Type Description
Int32

An integer value representing an initial number for pagination.

#Remarks

This property value is used to calculate the page number for display within the PageInfoTextBrick, when the PageInfoTextBrick.PageInfo property is set to PageInfo.Number or PageInfo.NumberOfTotal.

See Also