SetCompression Property

DotNetZip

Ionic Zip Library v1.9.1.6 SetCompression Property
ReferenceIonic.ZipZipEntrySetCompression
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

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)