C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / GetPageImage Method
Cached document key.
The dpi.
The zoom.
Index of the page.
Indicates that the pages are requested for printing.

In This Topic
GetPageImage Method (IC1WebReportService)
In This Topic
Gets the page image.
Syntax
'Declaration
 
Function GetPageImage( _
   ByVal documentKey As System.String, _
   ByVal dpi As System.Integer, _
   ByVal zoom As System.Integer, _
   ByVal pageIndex As System.Integer, _
   ByVal printTarget As System.Boolean _
) As System.Byte()
 

Parameters

documentKey
Cached document key.
dpi
The dpi.
zoom
The zoom.
pageIndex
Index of the page.
printTarget
Indicates that the pages are requested for printing.

Return Value

Raw image data.
See Also