Version

ImageCompressionOptions.Version property

压缩算法的版本。可能的值是:1. 标准压缩,2. 快速(改进的压缩比标准更快,但可能不适用于所有图像),3. 混合(标准压缩应用于无法通过更快算法压缩的图像,这可能会提供最佳压缩,但比“快速”算法更慢。“快速”版本不适用于调整图像大小(将使用标准方法)。默认为“标准”。

public ImageCompressionVersion Version { get; set; }

也可以看看