Question

It seems fast, what could be its compression level? Can it be changed?

I'm using FastZip so I can show a progressbar. I tried Peter Bromberg's sample code first, setting the compression level is possible, but don't have a sample code for progress event

Was it helpful?

Solution

Check out this http://community.sharpdevelop.net/forums/p/6835/19472.aspx

from JohnReilly:

Hi, FastZip and ZipFile dont currently support setting the compression level. They both use maximum compression. Cheers, -jr-

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top