Bzip2SaveOptions.CompressionThreads
Bzip2SaveOptions.CompressionThreads property
Gets or sets compression thread count. If the value greater than 1, multithreading compression will be used.
public int CompressionThreads { get; set; }
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | The number of threads is more than 100 or less than 1. |
See Also
- class Bzip2SaveOptions
- namespace Aspose.Zip.Bzip2
- assembly Aspose.Zip