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
)
Public Shared Function CreateArchive (
path As String
) As ZipWriter
public:
static ZipWriter^ CreateArchive(
String^ path
)
static member CreateArchive :
path : string -> ZipWriter
Parameters
-
path
-
Type:
System
String
The path of the ZIP file to create.
Return Value
Type:
ZipWriter
See Also