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


In This Topic
    QueryPageSettings Method
    In This Topic
    Called before printing a page.
    Syntax
    'Declaration
     
    
    Function QueryPageSettings( _
       ByVal context As NPagedContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INPagedElement
    Dim context As NPagedContext
    Dim value As System.Boolean
     
    value = instance.QueryPageSettings(context)
    System.bool QueryPageSettings( 
       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