Copyright © 2006-2019 MultiMedia Soft

ZIP property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ZIP As ZipMan


 

[C#]

public ZipMan ZIP {get;}


 

[C++]

public: __property ZipMan* get_ZIP ();


 

This property is Read-only

 

 

Remarks

The object used to manage ZIP files.

This property encapsulates the functionality of the ZipMan class.

Further details about using ZIP management are available inside the How to manage ZIP files tutorial.