Page.OriginalIndex Property
Gets or sets the page index within the page collection when the document is created.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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