Skip to main content

ZipItem.Open() Method

Obtains the unzipped data stream of the zip item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public Stream Open()

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