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


In This Topic
    ENZipCompressionMethod Enumeration
    In This Topic
    Enumerates the compression methods for ZIP items.
    Syntax
    'Declaration
     
    
    Public Enum ENZipCompressionMethod 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENZipCompressionMethod
    public enum ENZipCompressionMethod : System.Enum 
    Members
    MemberDescription
    BZip2BZip2 compression. Currently not supported by the ZIP compressor.
    Deflate64An extension to deflate with a 64KB window. Currently not supported by the ZIP compressor.
    DeflatedThe default ZIP compression method.
    StoredA direct copy of the file contents is placed in the archive.
    WinZipAESWinZip special for AES encryption. Currently not supported by the ZIP compressor.
    Inheritance Hierarchy

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

    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