Ionic Zip Library v1.9.1.6
SetCompression Property
A callback that allows the application to specify the compression to use
for a given entry that is about to be added to the zip archive.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SetCompressionCallback SetCompression { get; set; }
Public Property SetCompression As SetCompressionCallback Get Set
public: property SetCompressionCallback^ SetCompression { SetCompressionCallback^ get (); void set (SetCompressionCallback^ value); }
Remarks
See SetCompression