Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintPageEventArgs Class / NPrintPageEventArgs Constructor


In This Topic
    NPrintPageEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal fvdd As NGraphics2D, _
       ByVal Gvdd As NRectangle _
    )
    'Usage
     
    
    Dim fvdd As NGraphics2D
    Dim Gvdd As NRectangle
     
    Dim instance As New NPrintPageEventArgs(fvdd, Gvdd)
    internal NPrintPageEventArgs( 
       NGraphics2D fvdd,
       NRectangle Gvdd
    )

    Parameters

    fvdd
    Gvdd
    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