Skip to main content
A newer version of this page is available. .

PageInfoTextBrickBase.StartPageNumber Property

Specifies the initial value of a page counter.

Namespace: DevExpress.XtraPrinting

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

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