Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintDocument Class / OnPrintPage Method


In This Topic
    OnPrintPage Method
    In This Topic
    Called for each page that is printed in order to provide the page's graphic contents.
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub OnPrintPage( _
       ByVal e As NPrintPageEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NPrintDocument
    Dim e As NPrintPageEventArgs
     
    instance.OnPrintPage(e)
    protected internal virtual void OnPrintPage( 
       NPrintPageEventArgs e
    )

    Parameters

    e
    Remarks
    The default implementation raises the PrintPage event.
    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