Hi There,
I am looking into Aspose Barcode for a project we are doing.
I am having difficulties fixing the barcode height and width to 1 inch x 2inch. I have written the following lines:
bb.CodeText =“2;345123;867530”;
bb.Pdf417ErrorLevel =Pdf417ErrorLevel.Level8;
bb.GraphicsUnit = GraphicsUnit.Millimeter;
bb.BarHeight = 25f;
bb.ImageHeight = 25f;
bb.ImageWidth = 50f;
bb.AutoSize = false;
bb.CodeLocation = CodeLocation.None;
bb.Pdf417Truncate = false;
bb.SymbologyType = Symbology.Pdf417;
MemoryStream stream = new MemoryStream();
bb.Save(stream, System.Drawing.Imaging.ImageFormat.Bmp);
When I set the error level to 8, the barcode is truncated. When I set the barcode to error level 1 or 2, the width of the barcode is below 2 inch.
Thank you
I tried setting the xDimension to 0.5f. However, I haven’t been able to fix the height at 25mm and width at 50mm.
Thank you. When do you think this fix will be available?
Are you able to provide a nightly build for this fix? We are evaluating your software and having this fix will make our purchase decision easier.
Thank you
Hi Fluid,
The issues you have found earlier (filed as BARCODENET-30966) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.