ZipFactory
OpenArchive Method (String)
|
Provides an instance of IZipReader.
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 ZipReader OpenArchive(
string path
)
Public Shared Function OpenArchive (
path As String
) As ZipReader
public:
static ZipReader^ OpenArchive(
String^ path
)
static member OpenArchive :
path : string -> ZipReader
Parameters
-
path
-
Type:
System
String
The path of the ZIP file to read.
Return Value
Type:
ZipReader
See Also