ComHelper.OpenZip
OpenZip(Stream)
Allows a COM application to load a zip archive from a stream.
public Archive OpenZip(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | A .NET stream object that contains the archive to load. |
Return Value
A Archive object that represents the archive.
See Also
- class Archive
- class ComHelper
- namespace Aspose.Zip
- assembly Aspose.Zip
OpenZip(string)
Allows a COM application to load a zip archive from a file.
public Archive OpenZip(string fileName)
| Parameter | Type | Description |
|---|---|---|
| fileName | String | Filename of the archive to load. |
Return Value
A Archive object that represents the archive.
See Also
- class Archive
- class ComHelper
- namespace Aspose.Zip
- assembly Aspose.Zip