I need to resize the barcode image with text. I am using Aspose barcode
following code is not working
Aspose.BarCode.BarCodeBuilder BarCodeBulder = new Aspose.BarCode.BarCodeBuilder();
BarCodeBulder.ImageHeight=25
BarCodeBulder.ImageWidth=130
In this height and width are dynamic, it will coming from database
This message was posted using Email2Forum by Tahir Manzoor.