Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEncoding Class / AddCustomEncoding Method
The encoding to add to the list.


In This Topic
    AddCustomEncoding Method
    In This Topic
    Adds a new custom encoding to the list of encodings.
    Syntax
    'Declaration
     
    
    Public Shared Sub AddCustomEncoding( _
       ByVal encoding As NEncoding _
    ) 
    'Usage
     
    
    Dim encoding As NEncoding
     
    NEncoding.AddCustomEncoding(encoding)
    public static void AddCustomEncoding( 
       NEncoding encoding
    )

    Parameters

    encoding
    The encoding to add to the list.
    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