Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawingView Class / ActivePage Property


In This Topic
    ActivePage Property (NDrawingView)
    In This Topic
    A shortcut property that gets and set the active page of the drawing, contained in the drawing document displayed by this view.
    Syntax
    'Declaration
     
    
    Public Property ActivePage As NPage
    'Usage
     
    
    Dim instance As NDrawingView
    Dim value As NPage
     
    instance.ActivePage = value
     
    value = instance.ActivePage
    public NPage ActivePage {get; set;}
    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