C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / GetPageImageUrls Method
Cached document key.
The dpi.
The zoom.

In This Topic
GetPageImageUrls Method (IC1WebReportService)
In This Topic
Gets the page image url array.
Syntax
'Declaration
 
Function GetPageImageUrls( _
   ByVal documentKey As System.String, _
   ByVal dpi As System.Integer, _
   ByVal zoom As System.Integer _
) As System.String()
 

Parameters

documentKey
Cached document key.
dpi
The dpi.
zoom
The zoom.

Return Value

Image Url Array
See Also