ZipItem.Open() Method
In This Article
Obtains the unzipped data stream of the zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.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