Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintPageEventArgs Class / Graphics Property


In This Topic
    Graphics Property (NPrintPageEventArgs)
    In This Topic
    Gets the graphics object used to paint the page.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Graphics As NGraphics2D
    'Usage
     
    
    Dim instance As NPrintPageEventArgs
    Dim value As NGraphics2D
     
    value = instance.Graphics
    public NGraphics2D Graphics {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also