'Declaration Public Property CompressionLevel As System.Single
public System.float CompressionLevel {get; set;}
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.
'Declaration Public Property CompressionLevel As System.Single
public System.float CompressionLevel {get; set;}