Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintHeaderFooterAreaEventArgs Class / Graphics Property


In This Topic
    Graphics Property (PrintHeaderFooterAreaEventArgs)
    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 PrintHeaderFooterAreaEventArgs
    Dim value As Graphics
     
    value = instance.Graphics
    public Graphics Graphics {get;}
    See Also