Table of Contents

Class StreamCompressionOptions

Namespace
Cuemon.IO
Assembly
Cuemon.IO.dll

Configuration options for compressed System.IO.Stream.

public class StreamCompressionOptions : StreamCopyOptions, IParameterObject
Inheritance
Object
StreamCompressionOptions
Implements
Inherited Members

Constructors

StreamCompressionOptions()

Initializes a new instance of the StreamCompressionOptions class.

public StreamCompressionOptions()

Remarks

The following table shows the initial property values for an instance of StreamCompressionOptions.

PropertyInitial Value
LevelSystem.IO.Compression.CompressionLevel.Optimal

Properties

Level

Gets or sets the enumeration values that indicates whether to emphasize speed or compression efficiency when compressing the stream.

public CompressionLevel Level { get; set; }

Property Value

CompressionLevel

The level of the compression.