Discuss this help topic in SecureBlackbox Forum

TElOpenOfficePackage.ZipReader

TElOpenOfficePackage     See also     


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


Specifies the component which is used to read package's Zip file.

Declaration

[C#]
    TElZipReader ZipReader;

[VB.NET]
    Property ZipReader As TElZipReader

[Pascal]
    property ZipReader : TElZipReader;

[C++]
    TElZipReader* get_ZipReader();

[PHP]
    TElZipReader get_ZipReader()

[Java]
    TElZipReader getZipReader();

Description

    Use this property to get the component which is used to read the package's Zip file.

See also:     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum