Skip to main content

PageInfoTextBrickBase.StartPageNumber Property

Specifies the initial value of a page counter.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(1)]
public virtual int StartPageNumber { get; set; }

Property Value

Type Default Description
Int32 1

An integer value, specifying an initial number for pagination.

See Also