ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / Graphics Property

In This Topic
    Graphics Property
    In This Topic

    Draws the page to the printer.

    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As Graphics
    public Graphics Graphics {get;}
    Remarks
    This property is valid only after the StartJob event is called.
    See Also