ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / 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 (C1WebReportServiceHelper)
    In This Topic
    Gets the page image.
    Syntax
    'Declaration
     
    Public 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()
    public System.byte[] GetPageImage( 
       System.string documentKey,
       System.int dpi,
       System.int zoom,
       System.int pageIndex,
       System.bool printTarget
    )

    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