e-CryptIt Engine - Compression Xojo Plugin

LZMA2.Level Property

Compression level from 0 to 9 (Default is 5)

Level as Integer {Read and Write}

Remarks

Setting higher level does not always result in smaller result, it will depend on your data if higher compression level can get better compression or not.

This property only affects when compression, not when decompressing.

If setting the Level or number lower than zero then Level will be set to zero.
If setting the Level or number higher than 9 then Level will be set to 9.

See Also

LZMA2 Class