ZipReader
GetEntry Method
|
Get an entry from a ZIP file.
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 Stream GetEntry(
string relativePath
)
Public MustOverride Function GetEntry (
relativePath As String
) As Stream
public:
virtual Stream^ GetEntry(
String^ relativePath
) abstract
abstract GetEntry :
relativePath : string -> Stream
Parameters
-
relativePath
-
Type:
System
String
The relative path of the entry in the ZIP
file.
Return Value
Type:
Stream
A stream containing the uncompressed data.
See Also