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