Click or drag to resize

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
)

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