ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / GetPageImagesMarkup Method
Cached document key.
Client screen resolution.
Zoom, in percent (100 is actual size).
The page indices that must be loaded.
If true, this method will generate page images only without information about document text.

In This Topic
    GetPageImagesMarkup Method (C1WebReportServiceHelper)
    In This Topic
    Gets the document/report page images markup.
    Syntax
    'Declaration
     
    Public Function GetPageImagesMarkup( _
       ByVal documentKey As System.String, _
       ByVal dpi As System.Integer, _
       ByVal zoom As System.Integer, _
       ByVal pageIndices() As System.Integer, _
       ByVal getImagesOnly As System.Boolean _
    ) As PageImagesMarkup
    public PageImagesMarkup GetPageImagesMarkup( 
       System.string documentKey,
       System.int dpi,
       System.int zoom,
       System.int[] pageIndices,
       System.bool getImagesOnly
    )

    Parameters

    documentKey
    Cached document key.
    dpi
    Client screen resolution.
    zoom
    Zoom, in percent (100 is actual size).
    pageIndices
    The page indices that must be loaded.
    getImagesOnly
    If true, this method will generate page images only without information about document text.
    See Also