Discuss this help topic in SecureBlackbox Forum

TElOfficePackage.GetZipPackageStream

TElOfficePackage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns stream with compressed package data.

Declaration

[C#]
    System.IO.Stream GetZipPackageStream();

[VB.NET]
    Function GetZipPackageStream() As System.IO.Stream

[Pascal]
    function GetZipPackageStream : TStream;

[C++]
    TStreamHandle GetZipPackageStream();

[PHP]
    TStream GetZipPackageStream()

[Java]
    TElStream getZipPackageStream();

Return value

    Returns the stream containing compressed package data.

Description

    Use this method to access the stream which contains ZIP-compressed data of the package.

See also:     CloseZipPackageStream    

Discuss this help topic in SecureBlackbox Forum