Reputation: 8115
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
Upvotes: 0
Views: 2111
Reputation: 3239
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-
Upvotes: 1