ZipStreamItem Class
A zip item specific to the stream source.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Related API Members
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.
See Also