ReturnContentType

ImageSearchOptions.ReturnContentType property

指定启用 ReturnContent 属性时图像签名返回内容的文件类型。 默认设置为 Null。这意味着以原始格式返回图像内容。 此图像格式指定于Format 可能支持的值为:FileType.JPEG、FileType.PNG、FileType.BMP。 如果不支持提供的格式,则将返回原始格式的图像内容。

public FileType ReturnContentType { get; set; }

也可以看看