我没有Image.FromStream方法

时间:2016-10-03 17:31:17

标签: c# bitmap zebra

下午好我的问题是转换数据类型byte[]图片时 方法。

using (MemoryStream s = new MemoryStream (sign.ToArray ()))
{
    bmp = new Bitmap (s)
}

当我打印图像时,如果图像不是字符串,则不会打印图像

我提到它是销售票据打印机品牌Zebra

_printer.GetGraphicsUtil();
PrintImage(bitmap, x, y, width, height, insideFormat);

图片是这样的:

enter image description here

我保留blob类型的表格,该类型对数据库没有太大影响,并且继续使用组件RESCO

inkBox1.Save(ms, Resco.Controls.OutlookControls.InkBox.BitmapType.Bmp1, false);

现在我不明白为什么不给我看图片

感谢您帮助我或给我一个想法

0 个答案:

没有答案