Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / INZipCompressor Interface / GetItemsToCompress Method


In This Topic
    GetItemsToCompress Method (INZipCompressor)
    In This Topic
    Gets the items that should be compressed in the zip stream.
    Syntax
    'Declaration
     
    
    Function GetItemsToCompress() As INIterable(Of NZipItem)
    'Usage
     
    
    Dim instance As INZipCompressor
    Dim value As INIterable(Of NZipItem)
     
    value = instance.GetItemsToCompress()
    INIterable<NZipItem> GetItemsToCompress()
    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