Click or drag to resize

ZipFactory CreateArchive Method (Stream)

Provides an instance of IZipWriter.

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 ZipWriter CreateArchive(
	Stream stream
)

Parameters

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

Return Value

Type: ZipWriter
See Also