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

Page.OriginalIndex Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
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