ReturnContentType

BarcodeSearchOptions.ReturnContentType property

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

public FileType ReturnContentType { get; set; }

也可以看看