Last post Oct 03, 2011 06:26 AM by azizp23
None
0 Points
34 Posts
Oct 03, 2011 06:26 AM|azizp23|LINK
i want to insert dynamically an image of code barre in each report generated that fit to the number of file.
how can i do that?
my code of genrating code barre is like:
System.Drawing.
Image img = b.Encode(BarcodeLib.TYPE.CODE128, NumDossier, 190, 50);
Response.Clear();
Response.ContentType =
"image/Gif";
img.Save(Response.OutputStream,
ImageFormat.Gif);
img.Dispose();
None
0 Points
34 Posts
insert code barre image in report
Oct 03, 2011 06:26 AM|azizp23|LINK
i want to insert dynamically an image of code barre in each report generated that fit to the number of file.
how can i do that?
my code of genrating code barre is like:
System.Drawing.
Image img = b.Encode(BarcodeLib.TYPE.CODE128, NumDossier, 190, 50);
Response.Clear();
Response.ContentType =
"image/Gif";
img.Save(Response.OutputStream,
ImageFormat.Gif);
img.Dispose();