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

In This Topic
    Graphics Property (PrintPageEventArgs)
    In This Topic
    Gets the System.Drawing.Graphics used to paint the page.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As Object
    public object Graphics {get;}

    Property Value

    The System.Drawing.Graphics used to paint the page.
    See Also