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

ZipItem.Extract(Stream) Method

Extracts an item from the archive to the specified stream.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public void Extract(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

An Stream object that is the stream to which the archive item is extracted.

#Remarks

The Extract obtains the data stream from the zip item, copies it to the specified stream and closes the data stream. To obtain the original data stream, use the ZipItem.Open method.

See Also