Click or drag to resize

ZipFactory OpenArchive Method (Stream)

Provides an instance of IZipReader.

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static ZipReader OpenArchive(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The stream of the ZIP file to read.

Return Value

Type: ZipReader
See Also