Barcode 讀出寫入TABLE內

Barcode 讀出寫入TABLE內

//建立欄位
dt.Columns.Add("AAA", typeof(Byte[]));

//Barcode實例化
Barcode bc = new Barcode();
bc.IncludeLabel = true;//是否顯示標籤Label
bc.LabelFont = new Font("Verdana", 8f);//標籤字型與大小
bc.Width = 300;//標籤寬度
bc.Height = 150;//標籤高度
//編碼產生影像
Image img = bc.Encode(TYPE.CODE128, "字串內容", bc.Width, bc.Height);
//存成實體
img.Save("BarCodeImage" + ".PNG", System.Drawing.Imaging.ImageFormat.Png);
//讀出二進位資料流
FileStream fs = new FileStream("BarCodeImage" + ".PNG", FileMode.Open);
BinaryReader br = new BinaryReader(fs);
imgbyte = new byte[fs.Length + 1];
imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
fs.Close();
//塞入欄位內
oRow["IMAGE"] = imgbyte;  // 條碼

 

 

興滿逸筑2013年全新完工,位於恆春鎮外圍離市區只要2分鐘車程,有豪華的外觀、有美麗的庭院、也有溫馨舒適的房間,這裡車流量不多,空氣不錯,適合家族或成群結黨的朋友們一同旅遊的好地方。

http://sinmaniz.tw/index.html