Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / ENCompressionLevel Enumeration


In This Topic
    ENCompressionLevel Enumeration
    In This Topic
    Enumerates the most commonly used gzip compression levels.
    Syntax
    'Declaration
     
    
    Public Enum ENCompressionLevel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCompressionLevel
    public enum ENCompressionLevel : System.Enum 
    Members
    MemberDescription
    BestCompressionThe best and slowest compression level. This tries to find very long and distant string repetitions.
    BestSpeedThe worst but fastest compression level.
    MediumCompressionThis level is a compromise between speed and compression ratio.
    NoCompressionThis level won't compress at all but output uncompressed blocks.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Compression.ENCompressionLevel

    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