Dynamically updates the compression level and compression strategy.

Namespace:  C1.C1Zip.ZLib
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public int deflateParams(
	int level,
	int strategy
)
Visual Basic
Public Function deflateParams ( _
	level As Integer, _
	strategy As Integer _
) As Integer

Parameters

level
Type: System..::..Int32
Compression level between zero and nine (0-9).
strategy
Type: System..::..Int32
Compression strategy (0-2).

Return Value

See Also