Table of Contents

Property CompressionLevel

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

CompressionLevel

The compression level to use for the stream. The default value is Optimal.

public CompressionLevel? CompressionLevel { get; }

Property Value

CompressionLevel?

Remarks

NOTE: For .NET 9.0 and later: If this is not specified (set to null), then Quality is used instead. This property is ignored if Quality is specified.