ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageExtensions Class / Draw Method / Draw(Page,Graphics,RectangleF,Single,Single,Boolean) Method

In This Topic
    Draw(Page,Graphics,RectangleF,Single,Single,Boolean) Method
    In This Topic
    This draw method is used by the printing sample that prints multiple pages on one printed page.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Draw( _
       ByVal page As Page, _
       ByVal graphics As Graphics, _
       ByVal bounds As RectangleF, _
       ByVal scaleFactorX As Single, _
       ByVal scaleFactorY As Single, _
       ByVal printing As Boolean _
    ) 
    public static void Draw( 
       Page page,
       Graphics graphics,
       RectangleF bounds,
       float scaleFactorX,
       float scaleFactorY,
       bool printing
    )

    Parameters

    page
    graphics
    bounds
    scaleFactorX
    scaleFactorY
    printing
    See Also