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


In This Topic
    Stream Property (NZipItem)
    In This Topic
    Gets/Sets the stream of the item.

    On compression this is the stream that should be compressed.

    On decompression this is the decompressed stream.

    Syntax
    'Declaration
     
    
    Public Property Stream As System.IO.Stream
    'Usage
     
    
    Dim instance As NZipItem
    Dim value As System.IO.Stream
     
    instance.Stream = value
     
    value = instance.Stream
    public System.IO.Stream Stream {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