Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ZipStreamItem Class

A zip item specific to the stream source.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public class ZipStreamItem :
    ZipItem

The following members return ZipStreamItem objects:

#Remarks

The ZipStreamItem instance is obtained by using the ZipArchive.AddStream method to add a new zip item from the data stream.

The stream in the zip stream item is the original data stream. It should be available until the archive is saved using the ZipArchive.Save method. When a zip stream item is disposed of, the original stream is not closed.

#Inheritance

Object
ZipItem
ZipStreamItem
See Also