ZipItem.Open() Method
Obtains the unzipped data stream of the zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v25.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Returns
| Type | Description |
|---|---|
| Stream | A Stream object that is the data stream. |
Remarks
To extract the zip item to another stream, i.e., to copy the original stream to the specified stream, use the ZipItem.Extract method.
See Also