Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NZipItem Class / CompressionMethod Property


In This Topic
    CompressionMethod Property
    In This Topic
    Specifies whether the stream should be compressed or only stored in the archive. By default set to Deflated, which means that the stream should be compressed.
    Syntax
    'Declaration
     
    
    Public Property CompressionMethod As ENZipCompressionMethod
    'Usage
     
    
    Dim instance As NZipItem
    Dim value As ENZipCompressionMethod
     
    instance.CompressionMethod = value
     
    value = instance.CompressionMethod
    public ENZipCompressionMethod CompressionMethod {get; set;}
    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