ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / ZStream Property

In This Topic
    ZStream Property (C1ZStreamWriter)
    In This Topic
    Gets the ZStream instance wrapped by this C1ZStreamWriter.
    Syntax
    'Declaration
     
    Public ReadOnly Property ZStream As ZStream
    public ZStream ZStream {get;}
    Remarks
    This property is useful only in advanced applications that need to customize the low-level behavior of the compressor. It is not needed in common applications.
    See Also