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

In This Topic
    GetPageImagesMarkup Method (IC1WebReportService)
    In This Topic
    Gets the document/report page images markup.
    Syntax
    'Declaration
     
    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
    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 set to true this method will generate page images only without information about document text.
    See Also