A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty>
Public Property OriginalIndex As Integer
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.
Implements
DevExpress.DocumentView.IPageItem.OriginalIndex
See Also
Feedback