ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / GetPageImageUrls Method
Cached document key.
The dpi.
The zoom.

In This Topic
    GetPageImageUrls Method (C1WebReportServiceHelper)
    In This Topic
    Gets the page image url array.
    Syntax
    'Declaration
     
    Public Function GetPageImageUrls( _
       ByVal documentKey As System.String, _
       ByVal dpi As System.Integer, _
       ByVal zoom As System.Integer _
    ) As System.String()
    public System.string[] GetPageImageUrls( 
       System.string documentKey,
       System.int dpi,
       System.int zoom
    )

    Parameters

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

    Return Value

    Image Url Array
    See Also