Skip to main content
All docs
V18.2

ASPxClientDocumentViewer.Print(Int32) Method

Prints the document’s page with the specified page index.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void Print(
    int pageIndex
)

Parameters

Name Type Description
pageIndex Int32

A Int32 representing the index of the page to be printed.

See Also