Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENVectorImageFormat Enumeration


In This Topic
    ENVectorImageFormat Enumeration
    In This Topic
    Enumerates the supported vector image formats.
    Syntax
    'Declaration
     
    
    Public Enum ENVectorImageFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENVectorImageFormat
    public enum ENVectorImageFormat : System.Enum 
    Members
    MemberDescription
    DxfAutoCAD Drawing Interchange (DXF) vector image format.
    EmfEnhanced metafile (EMF) vector image format.
    SvgScalable Vector Graphics (SVG) vector image format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENVectorImageFormat

    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