A newer version of this page is available.
Switch to the current version.
DocumentOperationRequest.PageIndex Property
Specifies a zero-based index of the current document page.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts
Assembly: DevExpress.XtraReports.v18.2.Web.dll
Declaration
[DataMember(Name = "pageIndex")]
public int? PageIndex { get; set; }
<DataMember(Name:="pageIndex")>
Public Property PageIndex As Integer?
Property Value
Type | Description |
---|---|
Nullable<Int32> | A zero-based index of the current page. |
See Also
Feedback