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
)
Public MustOverride Sub AddEntry (
relativePath As String
)
public:
virtual void AddEntry(
String^ relativePath
) abstract
abstract AddEntry :
relativePath : string -> unit
Parameters
-
relativePath
-
Type:
System
String
The relative path of the entry in the ZIP
file.
See Also