Discuss this help topic in SecureBlackbox Forum

TElOfficePackage.CloseZipPackageStream

TElOfficePackage     See also     


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


Closes stream with compressed data.

Declaration

[C#]
    void CloseZipPackageStream();

[VB.NET]
    Sub CloseZipPackageStream()

[Pascal]
    procedure CloseZipPackageStream;

[C++]
    void CloseZipPackageStream();

[PHP]
    void CloseZipPackageStream()

[Java]
    void closeZipPackageStream();

Description

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

See also:     GetZipPackageStream    

Discuss this help topic in SecureBlackbox Forum