views:

437

answers:

1

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

+1  A: 

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-

Sergey Mirvoda