Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / INPagedElement Interface / PrintPage Method


In This Topic
    PrintPage Method
    In This Topic
    Called when a print page needs to be displayed.
    Syntax
    'Declaration
     
    
    Function PrintPage( _
       ByVal context As NPagedContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INPagedElement
    Dim context As NPagedContext
    Dim value As System.Boolean
     
    value = instance.PrintPage(context)
    System.bool PrintPage( 
       NPagedContext context
    )

    Parameters

    context

    Return Value

    true if printing should continue, otherwise false
    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