Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NVisioService Class / Instance Field


In This Topic
    Instance Field (NVisioService)
    In This Topic
    The Visio service instance.
    Syntax
    'Declaration
     
    
    Public Shared Instance As NVisioService
    'Usage
     
    
    Dim value As NVisioService
     
    value = NVisioService.Instance
     
    NVisioService.Instance = value
    public static NVisioService Instance
    Remarks
    Set Instance to an implementation of this class in an executable application to enable all features that require the Visio service:

    Visio 2003-2010 drawings (VSD) and Visio 2003-2010 XML drawings (VDX) import and export.

    Visio 2003-2010 stencils (VSS) import and export.

    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