Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintBackgroundEventArgs Class / Graphics Property


In This Topic
    Graphics Property
    In This Topic
    Gets or sets the graphics device that does the printing.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As Graphics
    'Usage
     
    Dim instance As PrintBackgroundEventArgs
    Dim value As Graphics
     
    value = instance.Graphics
    public Graphics Graphics {get;}
    See Also