ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintPageEventArgs Class / PrintPageEventArgs Constructor

In This Topic
    PrintPageEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal graphics As Object, _
       ByVal marginBounds As Rectangle, _
       ByVal pageBounds As Rectangle, _
       ByVal pageSettings As IPageSettings _
    )
    public PrintPageEventArgs( 
       object graphics,
       Rectangle marginBounds,
       Rectangle pageBounds,
       IPageSettings pageSettings
    )

    Parameters

    graphics
    marginBounds
    pageBounds
    pageSettings
    See Also