Skip to main content

DocumentOperationRequest.PageIndex Property

Specifies a zero-based index of the current document page.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer.DataContracts

Assembly: DevExpress.XtraReports.v26.1.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