[]
Gets or sets the compression level (0.0, 1.0).
0.0 means the least efficient but fast compression. 1.0 means the most efficient scheme available, typically taking more time to encode but producing smaller output.
public float CompressionLevel { get; set; }
Public Property CompressionLevel As Single