refresh pre update bootstrap e fontawesome...
This commit is contained in:
@@ -214,7 +214,7 @@ namespace MP.Controllers
|
||||
CharacterSet = "UTF-8",
|
||||
Width = 600,
|
||||
Height = 600,
|
||||
Margin = 0
|
||||
Margin = 0
|
||||
};
|
||||
var writer = new BarcodeWriter();
|
||||
writer.Format = BarcodeFormat.QR_CODE;
|
||||
@@ -222,7 +222,7 @@ namespace MP.Controllers
|
||||
// scrivo bitmap
|
||||
var pixelData = writer.Write(valore);
|
||||
|
||||
//Return Image
|
||||
// Return Image
|
||||
MemoryStream ms = new MemoryStream();
|
||||
pixelData.Save(ms, ImageFormat.Png);
|
||||
ms.Position = 0;
|
||||
|
||||
Reference in New Issue
Block a user