Skip to main content

Page.OriginalIndex Property

Gets or sets the page index within the page collection when the document is created.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public int OriginalIndex { get; set; }

Property Value

Type Description
Int32

An integer, representing a page number in a document.

Remarks

The OriginalIndex property stores the original pagination. It is used to calculate the page number for display within the PageInfoBrick, depending on the PageInfoTextBrick.ContinuousPageNumbering and PrintingSystemBase.ContinuousPageNumbering settings.

This property is intended for internal use.

See Also