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

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; }

Property Value

Type Description
Nullable<Int32>

A zero-based index of the current page.

See Also