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


In This Topic
    NVisioService Class
    In This Topic
    A singleton that represents a service for converting between different Visio file formats. Must be implemented in an executable application and set to the Instance static field of this class.
    Object Model
    NVisioService Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NVisioService 
    'Usage
     
    
    Dim instance As NVisioService
    public abstract class NVisioService 
    Remarks
    Typically the implementations of this class use Aspose.Diagram for .NET. That is why this base implementation includes a method for licensing Aspose.Diagram. Including this licensing information here makes it both available on all platforms and more difficult for a hacker to extract and steal, because this class will be obfuscated.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Diagram.Formats.NVisioService

    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