Click or drag to resize

ZipWriter AddEntry Method

Adds an entry to the ZIP file (only writes the header, to write the content use Stream methods).

Namespace: Spire.Pdf.General.Paper.Uof
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public abstract void AddEntry(
	string relativePath
)

Parameters

relativePath
Type: System String
The relative path of the entry in the ZIP file.
See Also