Click or drag to resize

ZipFactory CreateArchive Method (String)

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(
	string path
)

Parameters

path
Type: System String
The path of the ZIP file to create.

Return Value

Type: ZipWriter
See Also