ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IRasteredRenderer Interface / RenderPage Method
The page index to render.
The screen dpi factor.

In This Topic
    RenderPage Method (IRasteredRenderer)
    In This Topic
    Renders the page.
    Syntax
    'Declaration
     
    Function RenderPage( _
       ByVal index As Integer, _
       ByVal screenDpiFactor As Double _
    ) As PageView
    PageView RenderPage( 
       int index,
       double screenDpiFactor
    )

    Parameters

    index
    The page index to render.
    screenDpiFactor
    The screen dpi factor.
    See Also